From f9f8edc2a479835c5a2db04a4a7b628acf80e367 Mon Sep 17 00:00:00 2001 From: Sebastian Fix Date: Wed, 30 Jul 2025 02:04:26 +0200 Subject: [PATCH] wip --- app/Support/helpers.php | 8 -------- config/csp.php | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/app/Support/helpers.php b/app/Support/helpers.php index 88ac6fa..b62bb11 100644 --- a/app/Support/helpers.php +++ b/app/Support/helpers.php @@ -1,6 +1,5 @@ env('CSP_NONCE_ENABLED', true), + 'nonce_enabled' => env('CSP_NONCE_ENABLED', false), ];