[FIX] The Prototype is now functional
This commit is contained in:
@@ -22,7 +22,7 @@ const config = {
|
||||
'script-src': ['self', 'unsafe-inline'],
|
||||
'style-src': ['self', 'unsafe-inline'],
|
||||
'img-src': ['self', 'data:', 'blob:'],
|
||||
'connect-src': ['self', 'http://localhost:8000', 'https://*.ohmj.fr'],
|
||||
'connect-src': ['self', 'http://localhost:8000', 'https://*.ohmj.fr', 'blob:'],
|
||||
'font-src': ['self'],
|
||||
'object-src': ['none'],
|
||||
'frame-ancestors': ['none'],
|
||||
|
||||
Reference in New Issue
Block a user