fixed nonce
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Edward Tirado Jr 2025-12-14 13:38:12 -06:00
parent f5664ce84b
commit 6c589a20eb
3 changed files with 62 additions and 1 deletions

View file

@ -11,7 +11,9 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware): void {
//
$middleware->web(append: [
\App\Http\Middleware\AddContentSecurityPolicy::class,
]);
})
->withExceptions(function (Exceptions $exceptions): void {
//