mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-21 23:53:14 +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
|
||||
# https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#x-frame-options
|
||||
X-Frame-Options "DENY"
|
||||
X-Frame-Options "SAMEORIGIN"
|
||||
|
||||
# xss protection
|
||||
# https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#x-xss-protection
|
||||
|
Loading…
Reference in New Issue
Block a user