undid nonce changes
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 23:02:11 -06:00
parent a0748788ee
commit 844097ecf0
3 changed files with 6 additions and 15 deletions

View file

@ -6,7 +6,7 @@
<x-header/>
{{ $slot }}
</div>
@livewireScriptConfig(['nonce' => request()->attributes->get('csp-nonce')])
@livewireScriptConfig
</body>
</html>

View file

@ -3,6 +3,6 @@
<x-head/>
<body class="bg-blue-600">
{{ $slot }}
@livewireScriptConfig(['nonce' => request()->attributes->get('csp-nonce')])
@livewireScripts
</body>
</html>