From abb415276f3854f09dc06f68523f10e927ecc5c3 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 22 Aug 2014 10:25:13 +0200 Subject: [PATCH] Add 'unsubscribes' to the paths blacklist GitLab EE has a /unsubscribes/ route. --- lib/gitlab/blacklist.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gitlab/blacklist.rb b/lib/gitlab/blacklist.rb index 4a0155fb9db..a47d120dd21 100644 --- a/lib/gitlab/blacklist.rb +++ b/lib/gitlab/blacklist.rb @@ -25,6 +25,7 @@ module Gitlab repository hooks notes + unsubscribes ) end end