Merge pull request #98 from mromanelli9/fix/readme

Fix README
This commit is contained in:
Bunkerity 2021-03-12 10:44:06 +01:00 committed by GitHub
commit 7756c2df3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,6 @@ Fooling automated tools/scanners :
* [Misc](#misc-2) * [Misc](#misc-2)
- [Include custom configurations](#include-custom-configurations) - [Include custom configurations](#include-custom-configurations)
- [Cache data](#cache-data) - [Cache data](#cache-data)
- [Create your own image](#create-your-own-image)
# Live demo # Live demo
You can find a live demo at https://demo-nginx.bunkerity.com. You can find a live demo at https://demo-nginx.bunkerity.com.
@ -837,7 +836,7 @@ You can customize the CRS (i.e. : add WordPress exclusions) by adding custom .co
## Security headers ## Security headers
`X_FRAME_OPTIONS` `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* Default value : *DENY*
Context : *global*, *multisite* Context : *global*, *multisite*
Policy to be used when the site is displayed through iframe. Can be used to mitigate clickjacking attacks. Policy to be used when the site is displayed through iframe. Can be used to mitigate clickjacking attacks.