Use HTTPS for external links where possible

See gh-610
This commit is contained in:
Spring Operator
2019-03-26 04:42:52 -05:00
committed by Andy Wilkinson
parent 2cfe47a330
commit 1fa4c293c6
17 changed files with 74 additions and 74 deletions

View File

@@ -61,7 +61,7 @@ under the License.
key = decodeURIComponent(key);
// missing `=` should be `null`:
// http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters
// https://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters
val = val === undefined ? null : decodeURIComponent(val);
if (!ret.hasOwnProperty(key)) {