Skip to content
Snippets Groups Projects
Commit ca1cf8b1 authored by Robert Schilling's avatar Robert Schilling Committed by Wes Gurney
Browse files

Add 'notes' to path blacklist, fixes #4967

parent cfc1fc8d
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment