mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
CSP: Exclude PDF editor (just doesn't work in FF)
This commit is contained in:
@@ -5,7 +5,7 @@ from django.views.generic import RedirectView
|
||||
import pretix.control.urls
|
||||
import pretix.presale.urls
|
||||
|
||||
from .base.views import cachedfiles, health, js_catalog, metrics, redirect, csp
|
||||
from .base.views import cachedfiles, csp, health, js_catalog, metrics, redirect
|
||||
|
||||
base_patterns = [
|
||||
url(r'^download/(?P<id>[^/]+)/$', cachedfiles.DownloadView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user