Skip to content

Commit 7faa207

Browse files
author
Ivan Gavryshko
committed
Merge remote-tracking branch 'origin/MAGETWO-43364-path-disclosure-2' into PR_Branch
2 parents fa86732 + a3ee783 commit 7faa207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Router/ActionList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ActionList
1313
/**
1414
* Not allowed string in route's action path to avoid disclosing admin url
1515
*/
16-
const NOT_ALLOWED_IN_NAMESPACE_PATH = 'adminhtml_';
16+
const NOT_ALLOWED_IN_NAMESPACE_PATH = 'adminhtml';
1717

1818
/**
1919
* List of application actions

0 commit comments

Comments
 (0)