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 8eb941c commit 5580fdaCopy full SHA for 5580fda
app/code/Magento/Csp/etc/di.xml
@@ -114,4 +114,7 @@
114
<type name="Magento\Framework\View\Asset\GroupedCollection">
115
<plugin name="addDefaultPropertiesToGroup" type="Magento\Csp\Plugin\AddDefaultPropertiesToGroupPlugin" />
116
</type>
117
+ <type name="Magento\RequireJs\Model\FileManager">
118
+ <plugin name="addResourceIntegrityAfterAssetCreate" type="Magento\Csp\Plugin\GenerateAssetIntegrity"/>
119
+ </type>
120
</config>
0 commit comments