mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
CSP: Add reporting endpoint
This commit is contained in:
@@ -32,6 +32,7 @@ class EventSlugBlacklistValidator(BlacklistValidator):
|
||||
'__debug__',
|
||||
'api',
|
||||
'events',
|
||||
'csp_report',
|
||||
]
|
||||
|
||||
|
||||
@@ -51,4 +52,5 @@ class OrganizerSlugBlacklistValidator(BlacklistValidator):
|
||||
'__debug__',
|
||||
'about',
|
||||
'api',
|
||||
'csp_report',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user