mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-22 08:03:30 +01:00
Use X-Frame-Options sameorigin header (#2547)
This commit is contained in:
parent
a33b11946d
commit
fcf150f704
@ -541,7 +541,7 @@ renderCaddyfile() {
|
|||||||
|
|
||||||
# clickjacking protection
|
# clickjacking protection
|
||||||
# https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#x-frame-options
|
# https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#x-frame-options
|
||||||
X-Frame-Options "DENY"
|
X-Frame-Options "SAMEORIGIN"
|
||||||
|
|
||||||
# xss protection
|
# xss protection
|
||||||
# https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#x-xss-protection
|
# https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#x-xss-protection
|
||||||
|
Loading…
Reference in New Issue
Block a user