Skip to content

Commit acc20d6

Browse files
author
Oleksii Korshenko
authored
MAGETWO-80899: Disable secret key validation on admin noroute to fix redirect loop #11229
2 parents 268dce1 + 97c5a2e commit acc20d6

File tree

1 file changed

+7
-0
lines changed
  • app/code/Magento/Backend/Controller/Adminhtml/Noroute

1 file changed

+7
-0
lines changed

app/code/Magento/Backend/Controller/Adminhtml/Noroute/Index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
class Index extends \Magento\Backend\App\Action
1010
{
11+
/**
12+
* Array of actions which can be processed without secret key validation
13+
*
14+
* @var string[]
15+
*/
16+
protected $_publicActions = ['index'];
17+
1118
/**
1219
* @var \Magento\Framework\View\Result\PageFactory
1320
*/

0 commit comments

Comments
 (0)