You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% htmx-script %} doesn't allow to receive CSP_NONCE. My workaround was using like <script src="{% static 'django_htmx/htmx.min.js' %}" nonce="{{ CSP_NONCE }}" defer></script> but then I don't have the optimization when debugging :/