I am trying to add some CSP headers via .htaccess, and they don't seem to be working.
Header set X-Frame-Options "SAMEORIGIN"
Header set X-Content-Type-Options "nosniff"
Header set X-XSS-Protection "1; mode=block"
Header set Strict-Transport-Security "max-age=631138519; includeSubDomains"
when I do a curl -I on the domain, none of these headers shows up at all. WordPress re-writes and LSCache seems to be working however.
Header set X-Frame-Options "SAMEORIGIN"
Header set X-Content-Type-Options "nosniff"
Header set X-XSS-Protection "1; mode=block"
Header set Strict-Transport-Security "max-age=631138519; includeSubDomains"
when I do a curl -I on the domain, none of these headers shows up at all. WordPress re-writes and LSCache seems to be working however.