Files
hehe.org/cache/compiled/files/fa0dfc9cccd4a14e8c600c1bbdbf6fc2.yaml.php
2020-06-11 16:42:43 +02:00

53 lines
1.3 KiB
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/system/config/security.yaml',
'modified' => 1591823779,
'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_invalid_protocols' => [
0 => 'javascript',
1 => 'livescript',
2 => 'vbscript',
3 => 'mocha',
4 => 'feed',
5 => 'data'
],
'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'
]
]
];