[FEAT] Full function and deployed version

This commit is contained in:
NADAL Jean-Baptiste
2026-02-19 15:15:58 +01:00
parent e7c4768589
commit cf0db69f2d
24 changed files with 6949 additions and 69 deletions

View File

@@ -19,10 +19,12 @@ const config = {
csp: {
directives: {
'default-src': ['self'],
'script-src': ['self', 'unsafe-inline'],
'script-src': ['self', 'unsafe-inline', 'blob:'],
'script-src-elem': ['self', 'blob:'],
'worker-src': ['self', 'blob:'],
'style-src': ['self', 'unsafe-inline'],
'img-src': ['self', 'data:', 'blob:'],
'connect-src': ['self', 'http://localhost:8000', 'https://*.ohmj.fr', 'blob:'],
'connect-src': ['self', 'http://localhost:8000', 'https://ohmj-api.c.nadal-fr.com', 'blob:'],
'font-src': ['self'],
'object-src': ['none'],
'frame-ancestors': ['none'],