• Resolved queso

    (@queso)


    Probably not the common scenario but if wordpress is config’d as such + CSP:
    define(‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);
    define(‘WP_HOME’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);

    It breaks due to the hard-coded URL in the config. Definitely not expecting any complex fixes, but definitely the option to use a relative URL in the generated CSS file would be nice ??

    I tried just using a ‘/’ in the CDN box to see if that would happen to work but no dice.

Viewing 1 replies (of 1 total)
  • Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    Hi Queso!

    Version 2.4.0 of OMGF includes an option to use a Relative URL instead of an absolute URL.

    Enjoy OMGF! ??

Viewing 1 replies (of 1 total)
  • The topic ‘multi-site break’ is closed to new replies.