Cross-Origin-Embedder-Policy Checkboxes Stop Working
-
I purchased your product a few days ago. It’s nice. It’s got a lot of advanced features other products don’t have. I am running into a problem when configuring my security headers. For some reason when I apply and save a Cross-Origin-Embedder-Policy all of my checkboxes no longer show a checkmark in them. It’s like the checkmark character isn’t loading. I have tested and I can change the values of the checkboxes so the checkboxes “work” but there is no checkmark to indicate the value of the variables. When I reset the headers and make sure the .htaccess file is clean, I re-enable the headers features one by one and have determined that once I enable the Cross-Origin-Embedder-Policy this checkbox/checkmark issue occurs. Here is what is inside the .htaccess file:
<IfModule mod_headers.c>
Header set Cross-Origin-Embedder-Policy “require-corp”
Header set Cross-Origin-Opener-Policy “same-origin”
Header set Cross-Origin-Resource-Policy “same-origin”
Header set Content-Security-Policy “default-src ‘none’; connect-src ‘self’; img-src ‘self’; script-src ‘self’; style-src ‘self’; base-uri ‘self'”>
Header set Strict-Transport-Security “max-age=63072000; includeSubDomains; preload”
Header set X-Content-Type-Options “nosniff”
Header set X-Download-Options “noopen”
Header set X-Frame-Options “SAMEORIGIN”
Header set X-Permitted-Cross-Domain-Policies “none”
</IfModule>I have no idea lol. I’ve never seen this happen before actually. I only have wordpress, elementor and wp-hide pro installed. I disabled my astra theme it still happens. However when I use the link to reset the header settings it works again. All the other security headers work fine, it’s just the Embedder policy. Your help is greatly appreciated ??
- The topic ‘Cross-Origin-Embedder-Policy Checkboxes Stop Working’ is closed to new replies.