An Overview of Best Practices for Security Headers
Security headers instruct browsers how to behave and prevent them from executing vulnerabilities that would endanger your users. Learn how to use them in this tutorial.
An Overview of Best Practices for Security Headers
Security headers instruct browsers how to behave and prevent them from executing vulnerabilities that would endanger your users. Learn how to use them in this tutorial.
Kiane
Hello Vickie, are those security headers a good option for wordpress network with one site in subdirectory? # Security headers
<ifmodule mod_headers.c="">
Header set Strict-Transport-Security “max-age=31536000” env=HTTPS
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options nosniff
Header set X-Frame-Options SAMEORIGIN
Header always set Referrer-Policy “no-referrer-when-downgrade”
</ifmodule>
# END of Security headers
Heya, thanks for the comment Kiane!
These security header best practices would increase the security of most websites, including the set up you mentioned!