HTMLIndexView: Include missing script nonce (#33300)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen 2021-04-23 10:09:19 +02:00 committed by GitHub
parent c32c682f81
commit 6e2739a43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,7 +200,7 @@
>.
</p>
</div>
<script>
<script nonce="[[.Nonce]]">
// Check to see if browser is not supported by Grafana
// Source file in app/core/utils/browser.ts & tests make edits there and copy compiled typescript here
function checkBrowserCompatibility() {