diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-24 10:11:30 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-25 10:00:46 +0100 |
commit | 85940d766a30edb707b3e5154f38ae90c935e0a2 (patch) | |
tree | 7c64b81de3a7a977b9ff258edc5d780fd2efc39d /config/gitlab.yml.example | |
parent | 8f5d1d1371b47ab810a9e5ddff483f669d149363 (diff) | |
download | gitlab-ce-85940d766a30edb707b3e5154f38ae90c935e0a2.tar.gz |
Default to HTTPS for all Gravatar URLsdefault-to-https-for-gravatar-urls
If using gravatar.com, both plain_url and ssl_url in settings are now
served via HTTPS. Make this the default.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index f2f05b3eeb2..238e1583770 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -175,10 +175,12 @@ production: &base host: 'https://mattermost.example.com' ## Gravatar - ## For Libravatar see: http://doc.gitlab.com/ce/customization/libravatar.html + ## If using gravatar.com, there's nothing to change here. For Libravatar + ## you'll need to provide the custom URLs. For more information, + ## see: https://docs.gitlab.com/ee/customization/libravatar.html gravatar: - # gravatar urls: possible placeholders: %{hash} %{size} %{email} %{username} - # plain_url: "http://..." # default: http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon + # Gravatar/Libravatar URLs: possible placeholders: %{hash} %{size} %{email} %{username} + # plain_url: "http://..." # default: https://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon # ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon ## Auxiliary jobs |