There was an error while loading. Please reload this page.
2 parents 1fc93ac + bdd9219 commit 00833c3Copy full SHA for 00833c3
1 file changed
etc/webrestrictions.xml
@@ -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