diff options
author | Dan Fandrich <danf@mageia.org> | 2024-01-25 12:17:54 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-01-25 13:28:58 -0800 |
commit | 94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0 (patch) | |
tree | 61a58199404c402d799e1f3bbbf969d482e5ef6c /modules/bugzilla | |
parent | 5f6f124d960df9a808f43aa6a6b637b9d26f802e (diff) | |
download | puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.gz puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.bz2 puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.xz puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.zip |
Switch links to https: where possible
All these point to valid https: resources, but there is a small chance
that some unusual interaction will cause it not to work. Some of these
changes also won't take effect until the server is restarted, so we'll
need to keep this in mind if failures occur long from now.
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/params | 4 | ||||
-rw-r--r-- | modules/bugzilla/templates/params.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 21269924..64e6d6d2 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -40,7 +40,7 @@ 'defaultpriority' => 'Normal', 'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring', 'defaultseverity' => 'normal', - 'docs_urlbase' => ' http://www.bugzilla.org/docs/4.4/en/html/', + 'docs_urlbase' => ' https://www.bugzilla.org/docs/4.4/en/html/', 'duplicate_or_move_bug_status' => 'RESOLVED', 'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$', 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', @@ -92,7 +92,7 @@ 'strict_isolation' => 0, 'timetrackinggroup' => '', 'upgrade_notification' => 'latest_stable_release', - 'urlbase' => 'http://bugs.<%= domain %>/', + 'urlbase' => 'https://bugs.<%= domain %>/', 'use_mailer_queue' => 0, 'use_see_also' => 1, 'usebugaliases' => 0, diff --git a/modules/bugzilla/templates/params.json b/modules/bugzilla/templates/params.json index fb4d81cd..79ec8c66 100644 --- a/modules/bugzilla/templates/params.json +++ b/modules/bugzilla/templates/params.json @@ -86,7 +86,7 @@ "strict_transport_security" : "off", "timetrackinggroup" : "", "upgrade_notification" : "latest_stable_release", - "urlbase" : "http://bugs.<%= domain %>/", + "urlbase" : "https://bugs.<%= domain %>/", "use_mailer_queue" : "0", "use_see_also" : "1", "useclassification" : "0", |