CSP: Exclude PDF editor (just doesn't work in FF)

This commit is contained in:
Raphael Michel
2017-09-28 18:44:12 +02:00
parent 29b157f287
commit 784f6e703c
4 changed files with 11 additions and 5 deletions

View File

@@ -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(),