Updated config

This commit is contained in:
Graham Campbell
2015-05-25 19:19:03 +01:00
parent f235780dda
commit ebc842f19e
3 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Cachet HQ <support@cachethq.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
/*

View File

@@ -20,6 +20,6 @@ return [
| the input.
|
*/
'evil' => ['(?<!\w)on\w*', 'style', 'xmlns', 'formaction', 'form', 'xlink:href'],
'evil' => ['(?<!\w)on\w*', 'style', 'xmlns', 'formaction', 'form', 'xlink:href', 'FSCommand', 'seekSegmentTime'],
];

View File

@@ -10,6 +10,7 @@
*/
return [
/*
* Whether to enable Segment or not.
*/
@@ -27,4 +28,5 @@ return [
'debug' => false,
'ssl' => true,
'error_handler' => null,
];