Skip to content

Commit

Permalink
Add 'services' to path blacklist, fixes #4470
Browse files Browse the repository at this point in the history
  • Loading branch information
Razer6 committed Jul 3, 2013
1 parent d6ab5ad commit 702dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gitlab/blacklist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Blacklist
extend self

def path
%w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets )
%w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services)
end
end
end

0 comments on commit 702dc30

Please sign in to comment.