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 d2cc47f commit 6392d67Copy full SHA for 6392d67
app/code/Magento/Csp/etc/di.xml
@@ -123,11 +123,9 @@
123
</type>
124
<type name="Magento\Deploy\Service\DeployStaticContent">
125
<plugin name="removeAllAssetIntegrityHashes" type="Magento\Csp\Plugin\RemoveAllAssetIntegrityHashes" />
126
+ <plugin name="storeAssetIntegrityHashes" type="Magento\Csp\Plugin\StoreAssetIntegrityHashes" />
127
128
<type name="Magento\RequireJs\Model\FileManager">
129
<plugin name="addResourceIntegrityAfterAssetCreate" type="Magento\Csp\Plugin\GenerateAssetIntegrity"/>
130
- <type name="Magento\Deploy\Service\DeployStaticContent">
131
- <plugin name="storeAssetIntegrityHashes" type="Magento\Csp\Plugin\StoreAssetIntegrityHashes" />
132
- </type>
133
</config>
0 commit comments