Skip to content

Commit 00833c3

Browse files
authored
Merge pull request #27 from Sam-Mear/fix/loading-on-website-restriction-b2b
Fix loading toolbar on Magento enterprise edition
2 parents 1fc93ac + bdd9219 commit 00833c3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

etc/webrestrictions.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0"?>
2+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_WebsiteRestriction:etc/webrestrictions.xsd">
3+
<action path="debug_profiler_info" type="generic" />
4+
<action path="debug_profiler_phpinfo" type="generic" />
5+
<action path="debug_profiler_purge" type="generic" />
6+
<action path="debug_profiler_search" type="generic" />
7+
<action path="debug_profiler_toolbar" type="generic" />
8+
<action path="debug_cache_clean" type="generic" />
9+
<action path="debug_cache_disable" type="generic" />
10+
<action path="debug_cache_enable" type="generic" />
11+
<action path="debug_cache_flush" type="generic" />
12+
</config>

0 commit comments

Comments
 (0)