allow media from cloudinary
This commit is contained in:
parent
55b1e560a7
commit
00f3b4b304
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ const config = {
|
|||
directives: {
|
||||
'default-src': ['self'],
|
||||
'img-src': ['self', '*.cloudinary.com', 'data:'],
|
||||
'media-src': ['self', '*.cloudinary.com'],
|
||||
'style-src': ['self', 'unsafe-inline', '*.typekit.net'],
|
||||
"font-src": ['self', '*.typekit.net'],
|
||||
'script-src': ['self', 'unsafe-eval', 'unsafe-inline'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue