Skip to content

Commit 4da7c00

Browse files
AC-1498: Implemented Code Sanitisation Package
* Introduced HtmlPurifier for input sanitisation
1 parent 2e205cf commit 4da7c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Filter/Input/Purifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class Purifier implements PurifierInterface
1515
{
16-
const CACHE_DEFINITION = 'Cache.DefinitionImpl';
16+
public const CACHE_DEFINITION = 'Cache.DefinitionImpl';
1717

1818
/**
1919
* @var HTMLPurifier $purifier

0 commit comments

Comments
 (0)