Merge remote-tracking branch 'origin/develop' into feature/custom-css

This commit is contained in:
Ben Busby 2021-03-20 19:52:36 -04:00
commit cf92d7a8ff
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ app.config['BANG_FILE'] = os.path.join(
app.config['BANG_PATH'], app.config['BANG_PATH'],
'bangs.json') 'bangs.json')
app.config['CSP'] = 'default-src \'none\';' \ app.config['CSP'] = 'default-src \'none\';' \
'manifest-src \'self\';' \
'img-src \'self\';' \ 'img-src \'self\';' \
'style-src \'self\' \'unsafe-inline\';' \ 'style-src \'self\' \'unsafe-inline\';' \
'script-src \'self\';' \ 'script-src \'self\';' \

View File

@ -11,7 +11,7 @@ Flask==1.1.1
Flask-Session==0.3.2 Flask-Session==0.3.2
idna==2.9 idna==2.9
itsdangerous==1.1.0 itsdangerous==1.1.0
Jinja2==2.10.3 Jinja2==2.11.3
MarkupSafe==1.1.1 MarkupSafe==1.1.1
more-itertools==8.3.0 more-itertools==8.3.0
packaging==20.4 packaging==20.4