From 34f2376458c328ed180b6e36397c0ef84a16e533 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 23 Sep 2017 11:53:48 +0200 Subject: [PATCH] change order of extensions --- 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 3f86e98..599a0d0 100644 --- a/src/config/config.example.php +++ b/src/config/config.example.php @@ -34,10 +34,10 @@ define('NUMBER_OF_ISSUES_PER_PAGE', 100); define('DEBUG_ENABLED', false); /** - * Set list of file extentions that should be disallowed in links + * Set list of file extensions that should be disallowed in links * see https://github.com/piwik/github-issues-mirror/issues/5 */ -define('FORBIDDEN_EXTENSIONS', ['swf', 'js', 'htm', 'html']); +define('FORBIDDEN_EXTENSIONS', ['swf', 'js', 'html', 'htm']); /** * If you want to enable piwik tracking enter the URL to your piwik instance and the ID of the website here