Security Headers Sent Twice
-
I’m using .htaccess to send security headers and on Woo pages (cart, checkout, maybe more) the headers are being sent twice:
x-content-type-options: nosniff
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-xss-protection: 1; mode=blockIt’s only happening on Woo pages, so I assume Woo is sending the headers a second time.
How can I stop woo from sending them so they aren’t sent twice?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Security Headers Sent Twice’ is closed to new replies.