Expand the list of blacklisted projects

This commit is contained in:
Pierre-Yves Chibon 2015-06-16 11:57:11 +02:00
parent c59c50c1df
commit fa27a2b5fb

View file

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