diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index f4cc20454f..f504b517e9 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -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']