Skip to content

Commit

Permalink
remove deprecated X-XSS-Protection header
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Sep 6, 2024
1 parent 8d959f5 commit 2dfe212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion defaults/main/1_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ defaults_apache:
'X-Frame-Options': 'SAMEORIGIN'
'X-Content-Type-Options': 'nosniff'
'X-Permitted-Cross-Domain-Policies': '"none"'
'X-XSS-Protection': '"1; mode=block"'
'Header always edit Set-Cookie ^(.*)$': '$1;HttpOnly;Secure;SameSite=None'
# 'Header set Permissions-Policy': '"none"'
# 'Header set Content-Security-Policy': '"default-src https:; font-src https:; img-src https:; script-src https:; style-src https:;"'
Expand Down

0 comments on commit 2dfe212

Please sign in to comment.