Search results

  1. S

    Having issues with CORS/CSP with multiple domains

    It's not a multisite, they are in the same virtual host. If I inspect the query, I can see that the header are set correctly on both domains, but they are just not applied. This is why I created a simple 2 lines PHP script to test it (to be sure I control all headers since WP manipulate them by...
  2. S

    Having issues with CORS/CSP with multiple domains

    Hi, I have a website with 4 domains, one for each language. It uses Wordpress and WPML. The page builder is using an iFrame to preview the page content, on their own domain. I tried to add in my .htaccess - Header Set Content-Security-Policy frame-ancestors https://DOMAIN1.com...
Top