diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-29 02:48:10 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-29 02:48:10 +0100 |
commit | 68eae6b6e993b1e7cafa4713ce30222641eb4ef9 (patch) | |
tree | 814989fd591e0f1af8f6ff21df38989fb5fac73c /platform/javascript/http_request.js | |
parent | 6a5ffb8f6eb1ff36d3fa69659e48b7a6b77d1f2a (diff) | |
download | redot-engine-68eae6b6e993b1e7cafa4713ce30222641eb4ef9.tar.gz |
Fix some URLs to use HTTPS when available
Diffstat (limited to 'platform/javascript/http_request.js')
-rw-r--r-- | platform/javascript/http_request.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/javascript/http_request.js b/platform/javascript/http_request.js index c112039d0b..f621689f9d 100644 --- a/platform/javascript/http_request.js +++ b/platform/javascript/http_request.js @@ -3,9 +3,10 @@ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -/* http://www.godotengine.org */ +/* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ |