Skip to content

Commit 22014cb

Browse files
committed
Drop X-XSS-Protection header usage as per its deprecation
Closes #253 Closes #198
1 parent d1fb502 commit 22014cb

File tree

4 files changed

+0
-44
lines changed

4 files changed

+0
-44
lines changed

bin/htaccess.conf

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ disable "h5bp/security/content-security-policy.conf"
6666
enable "h5bp/security/file_access.conf"
6767
disable "h5bp/security/strict-transport-security.conf"
6868
enable "h5bp/security/x-content-type-options.conf"
69-
disable "h5bp/security/x-xss-protection.conf"
7069
disable "h5bp/security/referrer-policy.conf"
7170
disable "h5bp/security/trace_method.conf"
7271
enable "h5bp/security/x-powered-by.conf"

h5bp/basic.conf

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
Include h5bp/security/referrer-policy.conf
55
Include h5bp/security/x-content-type-options.conf
66
Include h5bp/security/x-frame-options.conf
7-
Include h5bp/security/x-xss-protection.conf
87
Include h5bp/cross-origin/images.conf
98
Include h5bp/cross-origin/web_fonts.conf

h5bp/security/x-xss-protection.conf

-41
This file was deleted.

test/build/htaccess_fixture.conf

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ enable "h5bp/security/content-security-policy.conf"
6464
enable "h5bp/security/file_access.conf"
6565
enable "h5bp/security/strict-transport-security.conf"
6666
enable "h5bp/security/x-content-type-options.conf"
67-
enable "h5bp/security/x-xss-protection.conf"
6867
enable "h5bp/security/referrer-policy.conf"
6968
omit "h5bp/security/trace_method.conf"
7069
enable "h5bp/security/x-powered-by.conf"

0 commit comments

Comments
 (0)