chore: Content Security Policy (CSP) aktualisiert

This commit is contained in:
Developer 02 2024-08-15 13:06:39 +02:00
parent f8932e14c0
commit d6be88b61d
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
"UseCSPInDev": true,
"Content-Security-Policy": [ // The first format parameter {0} will be replaced by the nonce value.
"default-src 'self'",
"script-src 'self' 'nonce-{0}' 'unsafe-inline' 'unsafe-eval' blob: data:",
"script-src 'self' 'nonce-{0}' 'unsafe-eval'",
"style-src 'self' 'unsafe-inline'",
"img-src 'self' data: https: blob:",
"font-src 'self'",

View File

@ -304,5 +304,4 @@ footer#page-footer {
.signature-process-title, .signature-process-name {
font-size: 0.7rem;
}
}
}