Files
hehe/cache/compiled/files/6f39a5a37e68b3f999f91a7e00b6cf11.yaml.php
T
2019-01-07 11:43:39 +01:00

45 lines
1.2 KiB
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/system/config/security.yaml',
'modified' => 1546440919,
'data' => [
'xss_whitelist' => [
0 => 'admin.super'
],
'xss_enabled' => [
'on_events' => true,
'invalid_protocols' => true,
'moz_binding' => true,
'html_inline_styles' => true,
'dangerous_tags' => true
],
'xss_dangerous_tags' => [
0 => 'applet',
1 => 'meta',
2 => 'xml',
3 => 'blink',
4 => 'link',
5 => 'style',
6 => 'script',
7 => 'embed',
8 => 'object',
9 => 'iframe',
10 => 'frame',
11 => 'frameset',
12 => 'ilayer',
13 => 'layer',
14 => 'bgsound',
15 => 'title',
16 => 'base'
],
'uploads_dangerous_extensions' => [
0 => 'php',
1 => 'html',
2 => 'htm',
3 => 'js',
4 => 'exe'
]
]
];