diff --git a/memcache_storage.module b/memcache_storage.module index 5e09828..61d7f16 100644 --- a/memcache_storage.module +++ b/memcache_storage.module @@ -115,6 +115,7 @@ function memcache_storage_init() { (in_array($_GET['q'], array('upload/js', 'admin/content/node-settings/rebuild')) || substr($_GET['q'], 0, strlen('system/files')) == 'system/files' || substr($_GET['q'], 0, strlen('batch')) == 'batch' || + substr($_GET['q'], 0, strlen('ckeditor/xss')) == 'ckeditor/xss' || strstr($_GET['q'], 'autocomplete')))) { return; }