diff options
author | Jason Hollingsworth <jhworth.developer@gmail.com> | 2014-01-24 20:06:44 -0600 |
---|---|---|
committer | Jason Hollingsworth <jhworth.developer@gmail.com> | 2014-01-24 20:06:44 -0600 |
commit | 71c157e43b8bc2adfb2a01ee7cbad0baa5bd98bd (patch) | |
tree | eb8a6f91707045fb22ab33a3b7b654d82ba79e5e /lib | |
parent | ced4a37a186601b37121c19523955b96767d9af5 (diff) | |
download | gitlab-ce-71c157e43b8bc2adfb2a01ee7cbad0baa5bd98bd.tar.gz |
Add files to path blacklist.
Remove empty ErrorsController
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/blacklist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |