Not all recommended security headers are installed
-
Hello.
I am receiving this message in the site health section of my client’s site:
Not all recommended security headers are installed
I followed the instructions in this link and have double checked that the information saved properly in the new .htaccess file:
https://really-simple-ssl.com/site-health-recommended-security-headers/
I logged out, waited a while, and logged back in to see the same message in site health.
Here is the exact text I put in the .htaccess file, right above # BEGIN WordPress:
# Really Simple SSL
Header always set Strict-Transport-Security: “max-age=31536000” env=HTTPS
Header always set X-XSS-Protection “0”
Header always set X-Content-Type-Options “nosniff”
Header always set Referrer-Policy “strict-origin-when-cross-origin”
Header always set X-Frame-Options: “SAMEORIGIN”
Header always set Permissions-Policy: “”# End Really Simple SSL
Is there something I am missing?
Thanks.
- The topic ‘Not all recommended security headers are installed’ is closed to new replies.