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: {
|
directives: {
|
||||||
'default-src': ['self'],
|
'default-src': ['self'],
|
||||||
'img-src': ['self', '*.cloudinary.com', 'data:'],
|
'img-src': ['self', '*.cloudinary.com', 'data:'],
|
||||||
|
'media-src': ['self', '*.cloudinary.com'],
|
||||||
'style-src': ['self', 'unsafe-inline', '*.typekit.net'],
|
'style-src': ['self', 'unsafe-inline', '*.typekit.net'],
|
||||||
"font-src": ['self', '*.typekit.net'],
|
"font-src": ['self', '*.typekit.net'],
|
||||||
'script-src': ['self', 'unsafe-eval', 'unsafe-inline'],
|
'script-src': ['self', 'unsafe-eval', 'unsafe-inline'],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue