From 4af2efdbb54e78cf35553b8da16999b19ee1b045 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Sat, 23 Sep 2017 08:57:14 +1200 Subject: [PATCH] add htmls --- src/config/config.example.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/config.example.php b/src/config/config.example.php index eb5e18d..3f86e98 100644 --- a/src/config/config.example.php +++ b/src/config/config.example.php @@ -37,10 +37,10 @@ define('DEBUG_ENABLED', false); * Set list of file extentions that should be disallowed in links * see https://github.com/piwik/github-issues-mirror/issues/5 */ -define('FORBIDDEN_EXTENSIONS', ['swf', 'js', 'htm']); +define('FORBIDDEN_EXTENSIONS', ['swf', 'js', 'htm', 'html']); /** * If you want to enable piwik tracking enter the URL to your piwik instance and the ID of the website here */ define('PIWIK_URL', false); -define('PIWIK_ID', false); \ No newline at end of file +define('PIWIK_ID', false);