diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2013-08-22 08:18:50 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2013-08-22 08:18:50 +0200 |
commit | c69637df9a7397133198853e093fd5cfabf10ae2 (patch) | |
tree | 5623e51a1e11117eea5e7106b2f4fc212a14c338 | |
parent | 668358439e5f4c92c96fc1ae72b0cf06df8dbd90 (diff) | |
download | gitlab-ce-c69637df9a7397133198853e093fd5cfabf10ae2.tar.gz |
Add 'hooks' to path blacklist.
-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 d00214a62cb..26f987b200c 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) + %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository hooks) end end end |