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