first commit
This commit is contained in:
52
cache/compiled/files/10f18699bce0cacf81a86d298b4abbcc.yaml.php
vendored
Normal file
52
cache/compiled/files/10f18699bce0cacf81a86d298b4abbcc.yaml.php
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/system/config/security.yaml',
|
||||
'modified' => 1581466810,
|
||||
'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'
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user