Преглед на файлове

patch typo3 contentSecurityPolicy missing key bug

Olivier Massot преди 1 година
родител
ревизия
fa539f9051
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      ot_core/Classes/Website/OtWebsiteRepository.php

+ 1 - 0
ot_core/Classes/Website/OtWebsiteRepository.php

@@ -294,6 +294,7 @@ class OtWebsiteRepository
                               ],
                 'rootPageId' => $rootUid,
                 'routes' => [],
+                'contentSecurityPolicies' => [], // En attendant résolution de https://review.typo3.org/c/Packages/TYPO3.CMS/+/85954
             ]
         );
     }