Scrollreveal+cat+datenews
This commit is contained in:
+56
-15
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
|
||||
'timestamp' => 1535376240,
|
||||
'checksum' => 'af9010a82fe8ddb0d6784c533e2b9cc7',
|
||||
'timestamp' => 1546856055,
|
||||
'checksum' => 'b1d163debc8da09311f995709625c1d0',
|
||||
'files' => [
|
||||
'user/config' => [
|
||||
'media' => [
|
||||
@@ -27,31 +27,35 @@ return [
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'user/config/system.yaml',
|
||||
'modified' => 1535376238
|
||||
'modified' => 1546856055
|
||||
]
|
||||
],
|
||||
'system/config' => [
|
||||
'media' => [
|
||||
'file' => 'system/config/media.yaml',
|
||||
'modified' => 1535111318
|
||||
'modified' => 1546440919
|
||||
],
|
||||
'security' => [
|
||||
'file' => 'system/config/security.yaml',
|
||||
'modified' => 1546440919
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'system/config/site.yaml',
|
||||
'modified' => 1535111318
|
||||
'modified' => 1546440919
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'system/config/streams.yaml',
|
||||
'modified' => 1535111318
|
||||
'modified' => 1546440919
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'system/config/system.yaml',
|
||||
'modified' => 1535111318
|
||||
'modified' => 1546440919
|
||||
]
|
||||
],
|
||||
'user/plugins' => [
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/admin.yaml',
|
||||
'modified' => 1535111354
|
||||
'modified' => 1546440944
|
||||
],
|
||||
'plugins/markdown-notices' => [
|
||||
'file' => 'user/plugins/markdown-notices/markdown-notices.yaml',
|
||||
@@ -59,11 +63,11 @@ return [
|
||||
],
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/form.yaml',
|
||||
'modified' => 1535111347
|
||||
'modified' => 1546440946
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/login.yaml',
|
||||
'modified' => 1533014916
|
||||
'modified' => 1546440940
|
||||
],
|
||||
'plugins/error' => [
|
||||
'file' => 'user/plugins/error/error.yaml',
|
||||
@@ -79,7 +83,7 @@ return [
|
||||
],
|
||||
'plugins/problems' => [
|
||||
'file' => 'user/plugins/problems/problems.yaml',
|
||||
'modified' => 1533014916
|
||||
'modified' => 1546440938
|
||||
]
|
||||
]
|
||||
],
|
||||
@@ -222,6 +226,7 @@ return [
|
||||
'set_user_disabled' => false,
|
||||
'login_after_registration' => false,
|
||||
'send_activation_email' => false,
|
||||
'manually_enable' => false,
|
||||
'send_notification_email' => false,
|
||||
'send_welcome_email' => false
|
||||
]
|
||||
@@ -334,7 +339,7 @@ return [
|
||||
'mime' => 'video/x-flv'
|
||||
],
|
||||
'webm' => [
|
||||
'type' => 'file',
|
||||
'type' => 'video',
|
||||
'thumb' => 'media/thumb-webm.png',
|
||||
'mime' => 'video/webm'
|
||||
],
|
||||
@@ -530,6 +535,45 @@ return [
|
||||
]
|
||||
]
|
||||
],
|
||||
'security' => [
|
||||
'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'
|
||||
],
|
||||
'salt' => 'nYsAV6yboIDM12'
|
||||
],
|
||||
'site' => [
|
||||
'title' => 'HeHe',
|
||||
'default_lang' => 'en',
|
||||
@@ -768,9 +812,6 @@ return [
|
||||
'yaml_compat' => true,
|
||||
'twig_compat' => true
|
||||
]
|
||||
],
|
||||
'security' => [
|
||||
'salt' => 'nYsAV6yboIDM12'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user