docs: update csp template (#3905)
parent
aad43d4acc
commit
020b43af85
|
@ -165,7 +165,7 @@ This customizes the value of the Content-Security-Policy header. It will replace
|
|||
nonce value of the Authelia react bundle. This is an advanced option to customize and you should do sufficient research
|
||||
about how browsers utilize and understand this header before attempting to customize it.
|
||||
|
||||
For example, the default CSP template is `default-src 'self'; object-src 'none'; style-src 'self' 'nonce-${NONCE}'`.
|
||||
For example, the default CSP template is `default-src 'self'; frame-src 'none'; object-src 'none'; style-src 'self' 'nonce-${NONCE}'; frame-ancestors 'none'; base-uri 'self'`.
|
||||
|
||||
### buffers
|
||||
|
||||
|
|
Loading…
Reference in New Issue