Updated config
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
<?php
|
<?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 [
|
return [
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
+1
-1
@@ -20,6 +20,6 @@ return [
|
|||||||
| the input.
|
| the input.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'evil' => ['(?<!\w)on\w*', 'style', 'xmlns', 'formaction', 'form', 'xlink:href'],
|
'evil' => ['(?<!\w)on\w*', 'style', 'xmlns', 'formaction', 'form', 'xlink:href', 'FSCommand', 'seekSegmentTime'],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Whether to enable Segment or not.
|
* Whether to enable Segment or not.
|
||||||
*/
|
*/
|
||||||
@@ -27,4 +28,5 @@ return [
|
|||||||
'debug' => false,
|
'debug' => false,
|
||||||
'ssl' => true,
|
'ssl' => true,
|
||||||
'error_handler' => null,
|
'error_handler' => null,
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user