Skip to content
Snippets Groups Projects
Verified Commit e1bf40e2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Whitelist next project names: help, ci, admin, search

parent 7e88b242
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,7 @@ class ProjectPathValidator < ActiveModel::EachValidator
# 'tree' as project name and 'deploy_keys' as route.
#
RESERVED = (NamespaceValidator::RESERVED -
%w[dashboard] +
%w[dashboard help ci admin search] +
%w[tree commits wikis new edit create update logs_tree
preview blob blame raw files create_dir find_file]).freeze
 
Loading
Loading
---
title: 'Whitelist next project names: help, ci, admin, search'
merge_request: 8227
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment