From e4cf92400c0d6c8e2205ac62cafce19a24afbdd4 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 27 Dec 2024 10:11:50 +0100 Subject: [PATCH] Exclude contact and password reset pages to csrf exclude list --- bootstrap/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index 3d696b99e..49a445dcc 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -26,6 +26,8 @@ return Application::configure(basePath: dirname(__DIR__)) 'btcpay/webhook', 'logout', 'register', + 'contact-us', + 'forgottenpassword', 'login', 'cart', 'cart/*',