<div dir="ltr"><div dir="ltr"><div dir="ltr">Dear devs,<br><div><br></div><div>I have configured my docker-compose.override.yml this way:</div><div><div><font face="monospace" size="1">...</font></div><div><font face="monospace" size="1">environment:</font></div><div><font face="monospace" size="1">      - DEBUG=False</font></div><div><font face="monospace" size="1">      - GEONODE_LB_HOST_IP=<a href="http://mydomain.com">mydomain.com</a></font></div><div><font face="monospace" size="1">      - GEONODE_LB_PORT=80</font></div><div><font face="monospace" size="1">      - SITEURL=<a href="http://mydomain.com/">http://mydomain.com/</a></font></div><div><font face="monospace" size="1">      - ALLOWED_HOSTS=['<a href="http://mydomain.com">mydomain.com</a>', '<a href="http://www.mydomain.com">www.mydomain.com</a>',]</font></div><div><font face="monospace" size="1">      - GEOSERVER_PUBLIC_LOCATION=<a href="http://mydomain.com/geoserver/">http://mydomain.com/geoserver/</a></font></div><div><font face="monospace" size="1">      - GEOSERVER_WEB_UI_LOCATION=<a href="http://mydomain.com/geoserver/">http://mydomain.com/geoserver/</a></font></div></div><div><font face="monospace" size="1">...</font></div><div><br></div><div>Please note the ALLOWED_HOSTS value. The problem is that AngularJS doesn't execute a script when accessing the website with <a href="http://www.mydomain.com">www.mydomain.com</a></div><div><br></div><div><div><font face="monospace" size="1">[Error] Error: [$sce:insecurl] Blocked loading resource from url not allowed by $sceDelegate policy.  URL: <a href="http://mydomain.com/static/geonode/js/templates/cart.html">http://mydomain.com/static/geonode/js/templates/cart.html</a></font></div></div><div><br></div><div>Should I whitelist the domain or is there a better solution?</div><div><br></div><div>Thanks!</div><div><br></div><div>Ciao.</div><div><br></div><div>Paolo</div><div><br></div></div></div></div>