website/docs: Fix CSP syntax (#12124)

Fix CSP syntax

Scheme sources need to not have quotes https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy#scheme-source

Signed-off-by: Felix Schäfer <felix.schaefer@tu-dortmund.de>
This commit is contained in:
Felix Schäfer
2024-11-25 18:58:44 +01:00
committed by GitHub
parent 630e0e6bf2
commit 6c1ad982a1

View File

@ -64,7 +64,7 @@ authentik requires at least the following allowed locations:
```
default-src 'self';
img-src 'https:' 'http:' 'data:';
img-src https: http: data:;
object-src 'none';
style-src 'self' 'unsafe-inline'; # Required due to Lit/ShadowDOM
script-src 'self' 'unsafe-inline'; # Required for generated scripts