Skip to content

Commit efc9b21

Browse files
author
ogorkun
committed
MC-35855: CSP cannot be configured from a theme
1 parent eb628df commit efc9b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Csp/Model/Collector/CspWhitelistXml/FileResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct(
6161
CustomizationInterfaceFactory $customizationFactory,
6262
Filesystem $filesystem,
6363
CompositeFileIteratorFactory $iteratorFactory
64-
) {
64+
) {
6565
$this->moduleFileResolver = $moduleFileResolver;
6666
$this->theme = $design->getDesignTheme();
6767
$this->themeInfoFactory = $customizationFactory;

0 commit comments

Comments
 (0)