Skip to content

Commit a3ee783

Browse files
author
Ivan Gavryshko
committed
MAGETWO-43364: [Magento 2 Security Challenge] Path disclosure
- fixed and accounted MAGETWO-44964
1 parent bd4407c commit a3ee783

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)