From fa27a2b5fb3b11e69dc111d0bb81b608d32db4e4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 16 Jun 2015 11:57:11 +0200 Subject: [PATCH] Expand the list of blacklisted projects --- roles/pagure/frontend/templates/pagure.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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']