mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Expand the list of blacklisted projects
This commit is contained in:
@@ -114,7 +114,9 @@ SHORT_LENGTH = 6
|
||||
|
||||
### List of blacklisted project names that can conflicts for pagure's URLs
|
||||
### or other
|
||||
BLACKLISTED_PROJECTS = ['static', 'pv']
|
||||
BLACKLISTED_PROJECTS = [
|
||||
'static', 'pv', 'releases', 'new', 'api', 'settings',
|
||||
'logout', 'login', 'users', 'groups']
|
||||
|
||||
DISABLED_PLUGINS = ['IRC']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user