Catch missing nonce

This commit is contained in:
James Cole
2026-02-04 20:39:54 +01:00
parent 2920a9b9e3
commit 831d39a41e
+1 -1
View File
@@ -15,7 +15,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="color-scheme" content="light dark">
<script type="text/javascript" nonce="{{ $JS_NONCE }}">
<script type="text/javascript" nonce="{{ $JS_NONCE ?? 'none' }}">
/*!
* Color mode toggler for Bootstrap's docs (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors