Skip to content

Commit 6392d67

Browse files
AC-10686: [PCI] SRI enabled on payment pages
1 parent d2cc47f commit 6392d67

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Csp/etc

1 file changed

+1
-3
lines changed

app/code/Magento/Csp/etc/di.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,9 @@
123123
</type>
124124
<type name="Magento\Deploy\Service\DeployStaticContent">
125125
<plugin name="removeAllAssetIntegrityHashes" type="Magento\Csp\Plugin\RemoveAllAssetIntegrityHashes" />
126+
<plugin name="storeAssetIntegrityHashes" type="Magento\Csp\Plugin\StoreAssetIntegrityHashes" />
126127
</type>
127128
<type name="Magento\RequireJs\Model\FileManager">
128129
<plugin name="addResourceIntegrityAfterAssetCreate" type="Magento\Csp\Plugin\GenerateAssetIntegrity"/>
129130
</type>
130-
<type name="Magento\Deploy\Service\DeployStaticContent">
131-
<plugin name="storeAssetIntegrityHashes" type="Magento\Csp\Plugin\StoreAssetIntegrityHashes" />
132-
</type>
133131
</config>

0 commit comments

Comments
 (0)