diff options
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.html b/src/app.html index a8eceb73..1f9fc4dd 100644 --- a/src/app.html +++ b/src/app.html @@ -94,7 +94,7 @@ <meta name="msapplication-square310x310logo" content="mstile-310x310.png" /> <!-- Umami is a simple, fast, and privacy-focused alternative to Google Analytics. --> - <script> + <script nonce="%sveltekit.nonce%"> if (!['localhost', '127.0.0.1'].includes(window.location.hostname)) { const script = document.createElement('script'); @@ -106,7 +106,7 @@ } </script> - <script> + <script nonce="%sveltekit.nonce%"> window.global = window; aoButa = ''; |