mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 08:46:42 +00:00
Fix CSP for safari
This commit is contained in:
parent
9bd2011f61
commit
c807e88a89
@ -14,6 +14,7 @@ const defaults = {
|
||||
'connect-src': ["'self'", 'https:'],
|
||||
'img-src': ["'self'", 'data:', 'blob:'],
|
||||
'media-src': ["'self'", 'data:', 'blob:'],
|
||||
upgradeInsecureRequests: null,
|
||||
},
|
||||
},
|
||||
xssFilter: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user