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:
@@ -1,8 +1,7 @@
|
||||
import json
|
||||
import logging
|
||||
|
||||
from django.http import (
|
||||
HttpResponseBadRequest, HttpResponse)
|
||||
from django.http import HttpResponse, HttpResponseBadRequest
|
||||
from django.views.decorators.csrf import csrf_exempt
|
||||
|
||||
logger = logging.getLogger('pretix.security.csp')
|
||||
|
||||
Reference in New Issue
Block a user