Jelajahi Sumber

Merge branch 'develop' into staging

* develop:
  adjust trusted hosts pattern
ksieren 2 tahun lalu
induk
melakukan
0a76120198
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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',
     ],
 ];