1
0
Fork 0

Added support for secure cookies and django-csp

This commit is contained in:
Robert George 2023-02-01 12:59:10 -08:00
parent 006ff697b9
commit 36605efd20
17 changed files with 28 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{% load i18n %}
<script>
<script nonce="{{request.csp_nonce}}">
const tour = new Shepherd.Tour({
exitOnEsc: true,
});