mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Extend validator blacklist
This commit is contained in:
@@ -29,7 +29,8 @@ class EventSlugBlacklistValidator(BlacklistValidator):
|
||||
'jsi18n',
|
||||
'metrics',
|
||||
'_global',
|
||||
'__debug__'
|
||||
'__debug__',
|
||||
'api',
|
||||
]
|
||||
|
||||
|
||||
@@ -47,5 +48,6 @@ class OrganizerSlugBlacklistValidator(BlacklistValidator):
|
||||
'metrics',
|
||||
'_global',
|
||||
'__debug__',
|
||||
'about'
|
||||
'about',
|
||||
'api',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user