blacklist.rb 236 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 module Gitlab module Blacklist 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) end end end