Skip to content

Commit 0c5e251

Browse files
committed
Remove reference to missing csp_nonce variable
I don't think Airlock sends a CSP header so this isn't doing anything. We can add this back as and when we need it.
1 parent e385c61 commit 0c5e251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airlock/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
{% block extra_meta %}{% endblock %}
1414

15-
<script type="module" nonce="{{ request.csp_nonce }}">
15+
<script type="module">
1616
document.documentElement.classList.remove("no-js");
1717
document.documentElement.classList.add("js");
1818

0 commit comments

Comments
 (0)