Files
schachfreunde-badsteben/site/config/config.php
T

30 lines
475 B
PHP

<?php
return [
'debug' => true,
'panel' => [
'vue' => [
'compiler' => false
]
],
// Bessere Scanner-Kompatibilität
'cache' => [
'pages' => [
'active' => true
]
],
// Headers für bessere Scanner-Kompatibilität
'headers' => [
'X-Frame-Options' => 'SAMEORIGIN',
'X-XSS-Protection' => '1; mode=block'
],
// Robots-freundliche Einstellungen
'smartypants' => true,
'markdown' => [
'extra' => true
]
];