From e4067b9e9146de425dc391bbe3767a9ca3e4e602 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 8 Dec 2011 18:52:49 -0500 Subject: Fixes #4182 if simplecache is empty, the cache requests go through the engine and need to be white listed for the walled garden --- engine/classes/ElggSite.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engine') 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 -- cgit v1.2.3