Ver Fonte

patch typo3 contentSecurityPolicy missing key bug

Olivier Massot há 1 ano atrás
pai
commit
fa539f9051
1 ficheiros alterados com 1 adições e 0 exclusões
  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,
                 'rootPageId' => $rootUid,
                 'routes' => [],
                 'routes' => [],
+                'contentSecurityPolicies' => [], // En attendant résolution de https://review.typo3.org/c/Packages/TYPO3.CMS/+/85954
             ]
             ]
         );
         );
     }
     }