Anpassungen für Scanner von LegalCockpit

This commit is contained in:
2025-09-22 08:46:36 +02:00
parent 9bb502a8d5
commit 1a5618435e
3 changed files with 53 additions and 1 deletions
+20 -1
View File
@@ -6,5 +6,24 @@ return [
'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
]
];