• Resolved Brad Johnson

    (@p4fbradjohnson)


    Hi

    I am having a problem with editing multi-domain pages with Elementor.

    Elementor version 2.6.2
    Polylang Version 2.6.2

    I 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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Brad Johnson

    (@p4fbradjohnson)

    I also tried:

    # ———————————————————————-
    # Allow Cross-Origin Resource Sharing (CORS)
    # ———————————————————————-
    <IfModule mod_headers.c>
    Header add Access-Control-Allow-Origin “*”
    Header merge Vary Origin
    </IfModule>

    Plugin Author Alex Zappa

    (@reatlat)

    @p4fbradjohnson do you still have issue?

    Thread Starter Brad Johnson

    (@p4fbradjohnson)

    Hey Alex, moved away temporarily from multidomain. But will most likely try again soon and with Open Lite Speed ?? I am marking this as resolved for now as the move was not due to your plugin rather because of my SEO plugin not suitable for the job.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uncaught DOMException: Blocked a frame with origin’ is closed to new replies.