1
0
Fork 0

Merge branch 'renew' of github.com:Findus23/github-issues-mirror into renew

This commit is contained in:
Lukas Winkler 2017-09-23 11:26:14 +02:00
commit c428426bf6

View file

@ -37,10 +37,10 @@ define('DEBUG_ENABLED', false);
* Set list of file extentions that should be disallowed in links * Set list of file extentions that should be disallowed in links
* see https://github.com/piwik/github-issues-mirror/issues/5 * 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 * 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_URL', false);
define('PIWIK_ID', false); define('PIWIK_ID', false);