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:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Felix Schäfer
					Felix Schäfer