Expand the list of blacklisted projects
This commit is contained in:
parent
c59c50c1df
commit
fa27a2b5fb
1 changed files with 3 additions and 1 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue