mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-20 14:52:37 -04:00
Handle manifest-src in CSP (#231)
This commit is contained in:
@@ -41,6 +41,7 @@ app.config['BANG_FILE'] = os.path.join(
|
||||
app.config['BANG_PATH'],
|
||||
'bangs.json')
|
||||
app.config['CSP'] = 'default-src \'none\';' \
|
||||
'manifest-src \'self\';' \
|
||||
'img-src \'self\';' \
|
||||
'style-src \'self\' \'unsafe-inline\';' \
|
||||
'script-src \'self\';' \
|
||||
|
||||
Reference in New Issue
Block a user