Security Headers Not Enabled Warning
-
Hi,
I’m getting the following error in your plugin, even though securityheaders.com indicates that my security headers are correctly set. I’m relatively new to secure header, so perhaps I’m missing sth obvious or I’ve got minor syntax error.
Can you shed some light as to why Simple SSL is showing this warning?
Environment
WP 5.8.2
Simple SSL 5.2.0Simple SSL Warning
The following recommended security headers are not enabled:
Upgrade Insecure Requests
Referrer-Policy
Permissions-Policyhtaccess Secure Headers Settings
# BEGIN SECURITY HEADER MODS <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" Header set X-Frame-Options "SAMEORIGIN" Header set X-Content-Type-Options "nosniff" Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains" Header set X-Permitted-Cross-Domain-Policies "none" Header set Content-Security-Policy " default-src 'self'; font-src 'self'; img-src 'self'; script-src 'self'; style-src 'self'; upgrade-insecure-requests; " Header set Referrer-Policy "same-origin" Header set Feature-Policy " geolocation 'self 'https://sandbox.easternwind.asia; gyroscope 'self'; execution-while-not-rendered 'none' " Header set Permissions-Policy " geolocation = (self 'https://sandbox.easternwind.asia), gyroscope (self), execution-while-not-rendered () " Header set Expect-CT: max-age=86400, enforce, report-uri="https://sandbox.easternwind.asia/report" </IfModule> # END SECURITY HEADER MODS
Thx!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Security Headers Not Enabled Warning’ is closed to new replies.