2012-02-23, 01:39:47
bandrzej Wrote:CDN is not allowed in my workplace, and it also breaks any SSL enabled sites by making a non-secure request.
Add this to your gsconfig.php file:
Code:
# Disable loading of external CDN versions of scripts (jQuery/jQueryUI)
define("GSNOCDN",true);