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:42:50 -06:00
parent 96d1bd121e
commit ff0c090850
3 changed files with 6 additions and 24 deletions

View file

@ -170,17 +170,4 @@ return [
*/
'pagination_theme' => 'tailwind',
/*
|---------------------------------------------------------------------------
| Content Security Policy Nonce
|---------------------------------------------------------------------------
|
| When using Content-Security-Policy headers, Livewire can automatically
| apply nonces to its injected scripts. Provide a closure that returns
| the nonce value for the current request, or null to disable.
|
*/
'nonce' => \App\Support\LivewireNonce::class.'@__invoke',
];