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