[FIX] The Prototype is now functional

This commit is contained in:
NADAL Jean-Baptiste
2026-02-18 15:43:41 +01:00
parent 039cecc4a6
commit e7c4768589
2 changed files with 9 additions and 1 deletions

View File

@@ -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'],