Commit e08f977bb92e0ac8fa4f8be8bb2c71e899f782cf
1 parent
c5add8fe
Exists in
master
and in
4 other branches
Add 'repository' to path blacklist, fixes #4591
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 services) | 6 | + %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository) |
| 7 | end | 7 | end |
| 8 | end | 8 | end |
| 9 | end | 9 | end |