From 6a07455edf7a402cbd18715c43e4473cdacca0d5 Mon Sep 17 00:00:00 2001 From: Kimberly Date: Fri, 17 Feb 2017 00:31:07 -0500 Subject: [PATCH] A Few More Smart Default Settings --- ConfigKeys.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ConfigKeys.php b/ConfigKeys.php index 4e3c006..5537b7e 100644 --- a/ConfigKeys.php +++ b/ConfigKeys.php @@ -532,7 +532,7 @@ ), 'pgcache.purge.sitemap_regex' => array( 'type' => 'string', - 'default' => '([a-z0-9_\-]*?)sitemap([a-z0-9_\-]*)?\.xml' + 'default' => '[a-z0-9_\-]*sitemap[a-z0-9_\-]*\.(xml|xsl|html?)(\.gz)?' ), 'pgcache.prime.enabled' => array( 'type' => 'boolean', @@ -684,7 +684,8 @@ 'type' => 'array', 'default' => array( 'google_ad_', - 'RSPEAK_' + 'RSPEAK_', + 'mfunc' ) ), 'minify.css.combine' => array( @@ -1455,7 +1456,7 @@ 'type' => 'array', 'default' => array( 'robots\.txt', - '[a-z0-9_\-]*sitemap[a-z0-9_\-]*\.(xml|xsl|html)(\.gz)?' + '[a-z0-9_\-]*sitemap[a-z0-9_\-]*\.(xml|xsl|html?)(\.gz)?' ) ), 'browsercache.cssjs.last_modified' => array(