remove ALLOWALL from X_FRAME_OPTIONS options

This commit is contained in:
Marco Romanelli 2021-03-11 14:41:23 +01:00
parent ba4c977550
commit 6e93575e16
No known key found for this signature in database
GPG Key ID: 7F67F7BC179069BF
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ You can customize the CRS (i.e. : add WordPress exclusions) by adding custom .co
## Security headers
`X_FRAME_OPTIONS`
Values : *DENY* | *SAMEORIGIN* | *ALLOW-FROM https://www.website.net* | *ALLOWALL*
Values : *DENY* | *SAMEORIGIN* | *ALLOW-FROM https://www.website.net*
Default value : *DENY*
Context : *global*, *multisite*
Policy to be used when the site is displayed through iframe. Can be used to mitigate clickjacking attacks.