浏览代码

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
             ]
         );
     }