Uncaught DOMException: Blocked a frame with origin
-
Hi
I am having a problem with editing multi-domain pages with Elementor.
Elementor version 2.6.2
Polylang Version 2.6.2I have inserted the following code in my htaccess:
# ———————————————————————-
# Allow Cross-Origin Resource Sharing (CORS)
# ———————————————————————-
<FilesMatch “\.(css|js|ttf|ttc|eot|woff|woff2|otf|svg|gif|ico|webp|png|jpe?g)$”>
<IfModule mod_headers.c>
SetEnvIf Origin “http(s)?://(www\.)?(*replacedwithdomainname\.pt|replacedwithdomainname\.fr|replacedwithdomainname\.es|replacedwithdomainname\.co\.za)$” AccessControlAllowOrigin=$0
Header add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
Header merge Vary Origin
</IfModule>
</FilesMatch>The page I need help with: [log in to see the link]
- The topic ‘Uncaught DOMException: Blocked a frame with origin’ is closed to new replies.