Scrollreveal+cat+datenews

This commit is contained in:
2019-01-07 11:43:39 +01:00
parent e4cac3d01e
commit 762a1ad170
3158 changed files with 140699 additions and 73915 deletions
@@ -0,0 +1,44 @@
<?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'
]
]
];