Anpassungen für Scanner von LegalCockpit
This commit is contained in:
+20
-1
@@ -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
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user