summaryrefslogtreecommitdiff
path: root/platform/android/java/lib
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-08-21 20:56:25 -0500
committerAaron Franke <arnfranke@yahoo.com>2021-08-22 20:13:11 -0500
commitae1702bee5e8b3e6d4e31041b4a593826ac60484 (patch)
tree6de1242c9c265d038d91651b61d9c2c71550de7a /platform/android/java/lib
parentbb1c930a418c153eac7e9e85dcab023bb723dd7e (diff)
Replace HTTP links with HTTPS for sites with HTTPS versions
Diffstat (limited to 'platform/android/java/lib')
-rw-r--r--platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Helpers.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Helpers.java b/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Helpers.java
index 2a72c9818d..9aa65fd786 100644
--- a/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Helpers.java
+++ b/platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Helpers.java
@@ -54,7 +54,7 @@ public class Helpers {
/*
* Parse the Content-Disposition HTTP Header. The format of the header is defined here:
- * http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html This header provides a filename for
+ * https://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html This header provides a filename for
* content that is going to be downloaded to the file system. We only support the attachment
* type.
*/