Sync the blacklist list with upstream's
Got acked on IRC from Patrick and Peter
This commit is contained in:
parent
07d7e2e2d1
commit
e82e65dbc4
1 changed files with 4 additions and 3 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue