Commit 3cbacad8 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'blacklist/unsubscribes' into 'master'

Add 'unsubscribes' to the paths blacklist

This is to prevent issues with the admin email feature in GitLab EE.

See merge request !1034
parents fcbf9841 abb41527
......@@ -3,7 +3,30 @@ module Gitlab
extend self
def path
%w(admin dashboard files 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
unsubscribes
)
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment