Sync the blacklist list with upstream's

Got acked on IRC from Patrick and Peter
This commit is contained in:
Pierre-Yves Chibon 2017-06-07 12:28:42 +02:00
parent 07d7e2e2d1
commit e82e65dbc4

View file

@ -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']