diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-07 09:09:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-07 09:09:13 +0000 |
commit | 419f9c0ac3ae842964cc191932cab795463b259c (patch) | |
tree | 3441a3fb215f89997d0acc482fe5ae047d2ee3d7 /config/application.rb | |
parent | b6724a211e047c35f3ba4c294997fba14bf42445 (diff) | |
download | gitlab-ce-419f9c0ac3ae842964cc191932cab795463b259c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/application.rb b/config/application.rb index 302614f6713..411c136e7d4 100644 --- a/config/application.rb +++ b/config/application.rb @@ -128,12 +128,12 @@ module Gitlab /^description$/, /^note$/, /^text$/, - /^title$/ + /^title$/, + /^hook$/ ] config.filter_parameters += %i( certificate encrypted_key - hook import_url elasticsearch_url otp_attempt |