This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A website does not fully load / render with XG. What can I do so it will load properly?

This website does not fully load with XG. What can I do so it will load properly?

I have an "out of the box" XG setup and have not modified any security settings yet.

With XG:

-----------------------------------

Without XG:



This thread was automatically locked due to age.
Parents Reply
  • Typically, when a website loads without any content, that means that a CDN or service they use for serving content is blocked.

    I've replicated this, and fixed it with this exception:

    ([A-Za-z0-9.-]*\.)?fiverr(cdn)\.com/

    This will allow any web content matching "fivver.com" and "fivvercdn.com", which covers their domain and their CDN, so the website will load properly.

    You can do this in Web -> Exceptions.

    Like so:

Children