Skip to content
Snippets Groups Projects
Unverified Commit a1d2ad6e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3179318 by dww: Always use HTTPS for fetching translations

(cherry picked from commit 79f9e9dc)
parent f762f07e
Branches
Tags
7 merge requests!1286issue #3240655 by elfakhar,!1285Issue #3240655 by elfakhar Aligne the active border,!541Issue #3123070: Fix 'PSR2.Classes.PropertyDeclaration.Underscore' coding standard,!463Resolve #3205025 "Class align center for media",!386Allow multiple vocabularies in the taxonomy filter,!308Issue #3118206: Remote media does not validate provider,!35Issue #3164686 WebAssert::addressEquals() and AssertLegacyTrait::assertUrl() fail to check the querystring
......@@ -249,7 +249,7 @@ function install_state_defaults() {
// The server URL where the interface translation files can be downloaded.
// Tokens in the pattern will be replaced by appropriate values for the
// required translation file.
'server_pattern' => 'http://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po',
'server_pattern' => 'https://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po',
// Installation tasks can set this to TRUE to force the page request to
// end (even if there is no themeable output), in the case of an interactive
// installation. This is needed only rarely; for example, it would be used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment