Merge pull request #4969 from Razer6/update_path_blacklist

Add 'notes' to path blacklist, fixes #4967
This commit is contained in:
Dmitriy Zaporozhets 2013-09-03 13:01:58 -07:00
commit be7798b810
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module Gitlab
extend self
def path
%w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository hooks)
%w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository hooks notes)
end
end
end