From db37d897469690f803c31154431a447368e8d793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20M=2E=20Gonz=C3=A1lez=20Mart=C3=ADn?= Date: Thu, 11 Jun 2020 11:32:08 +0100 Subject: [PATCH] allow DebugKit to bypass auth --- config/permissions.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/permissions.php b/config/permissions.php index abb75d2d0..3e9bc2369 100644 --- a/config/permissions.php +++ b/config/permissions.php @@ -128,5 +128,12 @@ 'controller' => 'Pages', 'action' => 'display', ], + [ + 'role' => '*', + 'plugin' => 'DebugKit', + 'controller' => '*', + 'action' => '*', + 'bypassAuth' => true, + ], ] ];