mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Fix csp policy for the ML
This commit is contained in:
parent
67fee6f3d5
commit
a1c31c7e43
@ -12,6 +12,8 @@ const defaults = {
|
||||
useDefaults: true,
|
||||
directives: {
|
||||
'connect-src': ["'self'", 'https:'],
|
||||
'img-src': ["'self'", 'data:', 'blob:'],
|
||||
'media-src': ["'self'", 'data:', 'blob:'],
|
||||
},
|
||||
},
|
||||
xssFilter: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user