ソースを参照

adjust trusted hosts pattern

ksieren 2 年 前
コミット
2baa7543f0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      public/typo3conf/LocalConfiguration.php

+ 1 - 1
public/typo3conf/LocalConfiguration.php

@@ -161,6 +161,6 @@ return [
         'systemMaintainers' => [
             1,
         ],
-        'trustedHostsPattern' => '.*',
+        'trustedHostsPattern' => '(.*\.meramo|.*\.abi)\.de',
     ],
 ];