fix: use current production CSP configuration

This commit is contained in:
2026-08-03 00:26:52 +05:30
parent 510df11e83
commit d80cfe74f0
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ const config: AppConfig = {
referrerPolicy: "strict-origin-when-cross-origin",
permissionsPolicy: "camera=(), microphone=(), geolocation=()",
},
csp: {
contentSecurityPolicy: {
enabled: true,
directives: {
"default-src": ["'self'"],