Commit 702dc304 authored by Robert Schilling's avatar Robert Schilling

Add 'services' to path blacklist, fixes #4470

parent d6ab5ad3
...@@ -3,7 +3,7 @@ module Gitlab ...@@ -3,7 +3,7 @@ module Gitlab
extend self extend self
def path def path
%w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets ) %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services)
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment