From 7f172eb318d72787a7e7b16cea0905a29eba1ef3 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Mon, 19 Feb 2024 17:55:09 +0000
Subject: [PATCH] Use https

---
 src/paths.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/paths.ts b/src/paths.ts
index 988a572..fba9bf1 100644
--- a/src/paths.ts
+++ b/src/paths.ts
@@ -10,7 +10,7 @@ declare global {
 }
 
 // TODO: change this to a real cdn
-export const xxdk_s3_path = "http://elixxir-bins.s3-us-west-1.amazonaws.com/wasm/";
+export const xxdk_s3_path = "https://elixxir-bins.s3-us-west-1.amazonaws.com/wasm/";
 export const default_xxdk_path = new URL(BundleVersion, xxdk_s3_path);
 // TODO: docstring?
 export let xxdkBasePath : URL | undefined;
-- 
GitLab