From 71c157e43b8bc2adfb2a01ee7cbad0baa5bd98bd Mon Sep 17 00:00:00 2001 From: Jason Hollingsworth Date: Fri, 24 Jan 2014 20:06:44 -0600 Subject: Add files to path blacklist. Remove empty ErrorsController --- lib/gitlab/blacklist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/gitlab/blacklist.rb b/lib/gitlab/blacklist.rb index 2f9091e07df..6bc2c3b487c 100644 --- a/lib/gitlab/blacklist.rb +++ b/lib/gitlab/blacklist.rb @@ -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 notes) + %w(admin dashboard files groups help profile projects search public assets u s teams merge_requests issues users snippets services repository hooks notes) end end end -- cgit v1.2.1