Explorar o código

patch typo3 contentSecurityPolicy missing key bug

Olivier Massot hai 1 ano
pai
achega
fa539f9051
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
             ]
         );
     }