We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b388e commit c2f29b4Copy full SHA for c2f29b4
app/code/Magento/Csp/Model/Collector/CspWhitelistXml/FileResolver.php
@@ -87,7 +87,9 @@ public function get($filename, $scope)
87
}
88
$theme = $theme->getParentTheme();
89
90
- $configs = $this->iteratorFactory->create(['paths' => $files, 'existingIterator' => $configs]);
+ $configs = $this->iteratorFactory->create(
91
+ ['paths' => array_reverse($files), 'existingIterator' => $configs]
92
+ );
93
94
95
return $configs;
0 commit comments