Skip to content

Commit 21b9cce

Browse files
committed
AC-10686: [PCI] SRI enabled on payment pages.
Add class annotation.
1 parent 7102e53 commit 21b9cce

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Csp/Model/Deploy/Package/Processor/PostProcessor

1 file changed

+5
-0
lines changed

app/code/Magento/Csp/Model/Deploy/Package/Processor/PostProcessor/Map.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
use Magento\Framework\Filesystem\DriverInterface;
2222
use Magento\Csp\Model\SubresourceIntegrityCollector;
2323

24+
/**
25+
* Class Adds Integrity attribute to requirejs-map.js asset
26+
*/
2427
class Map extends \Magento\Deploy\Package\Processor\PostProcessor\Map
2528
{
2629

@@ -55,6 +58,8 @@ class Map extends \Magento\Deploy\Package\Processor\PostProcessor\Map
5558
private FileSystem $filesystem;
5659

5760
/**
61+
* Constructor
62+
*
5863
* @param DeployStaticFile $deployStaticFile
5964
* @param PhpFormatter $formatter
6065
* @param PackageFileFactory $packageFileFactory

0 commit comments

Comments
 (0)