fixed nonce
This commit is contained in:
parent
ff0c090850
commit
a0748788ee
3 changed files with 2 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<x-header/>
|
||||
{{ $slot }}
|
||||
</div>
|
||||
@livewireScriptConfig
|
||||
@livewireScriptConfig(['nonce' => request()->attributes->get('csp-nonce')])
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
<x-head/>
|
||||
<body class="bg-blue-600">
|
||||
{{ $slot }}
|
||||
@livewireScripts
|
||||
@livewireScriptConfig(['nonce' => request()->attributes->get('csp-nonce')])
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue