1
0
Fork 0

add htmls

This commit is contained in:
Matthieu Aubry 2017-09-23 08:57:14 +12:00 committed by GitHub
parent 46d6b37608
commit 4af2efdbb5

View file

@ -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);
define('PIWIK_ID', false);