Browse Source

patch typo3 contentSecurityPolicy missing key bug

Olivier Massot 1 year ago
parent
commit
fa539f9051
1 changed files with 1 additions and 0 deletions
  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
             ]
         );
     }