mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
Sync the blacklist list with upstream's
Got acked on IRC from Patrick and Peter
This commit is contained in:
@@ -158,9 +158,10 @@ SHORT_LENGTH = 7
|
||||
### List of blacklisted project names that can conflicts for pagure's URLs
|
||||
### or other
|
||||
BLACKLISTED_PROJECTS = [
|
||||
'static', 'pv', 'releases', 'new', 'api', 'settings',
|
||||
'logout', 'login', 'users', 'groups', 'projects', 'ssh_info'
|
||||
'issues', 'pull-requests', 'commits', 'tree', 'forks',
|
||||
'static', 'pv', 'releases', 'new', 'api', 'settings', 'search', 'fork',
|
||||
'logout', 'login', 'user', 'users', 'groups', 'projects', 'ssh_info',
|
||||
'issues', 'pull-requests', 'commits', 'tree', 'forks', 'admin', 'c',
|
||||
'wait',
|
||||
]
|
||||
|
||||
DISABLED_PLUGINS = ['IRC']
|
||||
|
||||
Reference in New Issue
Block a user