Commit 2233f2e020ef37ab64f9723ec5e44428097c12ff
Exists in
master
and in
4 other branches
Merge pull request #4484 from Razer6/add_services_to_blacklist
Add 'services' to path blacklist
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/gitlab/blacklist.rb
| @@ -3,7 +3,7 @@ module Gitlab | @@ -3,7 +3,7 @@ module Gitlab | ||
| 3 | extend self | 3 | extend self |
| 4 | 4 | ||
| 5 | def path | 5 | def path |
| 6 | - %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets ) | 6 | + %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services) |
| 7 | end | 7 | end |
| 8 | end | 8 | end |
| 9 | end | 9 | end |