From: cash Date: Thu, 8 Dec 2011 23:52:49 +0000 (-0500) Subject: Fixes #4182 if simplecache is empty, the cache requests go through the engine and... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e4067b9e9146de425dc391bbe3767a9ca3e4e602;p=lorea%2Felgg.git Fixes #4182 if simplecache is empty, the cache requests go through the engine and need to be white listed for the walled garden --- diff --git a/engine/classes/ElggSite.php b/engine/classes/ElggSite.php index 5c44d4076..3ccb146fb 100644 --- a/engine/classes/ElggSite.php +++ b/engine/classes/ElggSite.php @@ -424,7 +424,9 @@ class ElggSite extends ElggEntity { 'xml-rpc\.php', 'mt/mt-xmlrpc\.cgi', 'css/.*', - 'js/.*' + 'js/.*', + 'cache/css/.*', + 'cache/js/.*', ); // include a hook for plugin authors to include public pages