diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-22 11:24:35 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-22 11:24:35 +0100 |
commit | f73003afca2b6cc9f48334958068b8f71e084342 (patch) | |
tree | 7275c273dfab903b1c078db9804c569365432c57 /pyproject.toml | |
parent | Updated README. (diff) | |
download | newspipe-f73003afca2b6cc9f48334958068b8f71e084342.tar.gz newspipe-f73003afca2b6cc9f48334958068b8f71e084342.tar.bz2 newspipe-f73003afca2b6cc9f48334958068b8f71e084342.zip |
Added a way to manage Content Security Policy via the configuration file.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index f522154a..6db36059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ Flask-Script = "^2.0.6" WTForms = "^2.2.1" python-dateutil = "^2.8.1" psycopg2-binary = "^2.8.4" +flask-talisman = "^0.7.0" |