diff options
author | Jordan <me@jordan.im> | 2022-11-20 09:44:56 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-11-20 09:44:56 -0700 |
commit | 3c958900ea4b4ee083bdb5267aa8749c2795eec5 (patch) | |
tree | 42ef6a0887b1372d5050fb85e2900fd414054661 | |
parent | 0192a4e3f1c90df255e44831a579d9b0f611a543 (diff) | |
download | keep-3c958900ea4b4ee083bdb5267aa8749c2795eec5.tar.gz keep-3c958900ea4b4ee083bdb5267aa8749c2795eec5.zip |
archive: use secure availability endpoint
-rw-r--r-- | archive.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( ) var ( - API_AVAILABILITY string = "http://archive.org/wayback/available?url=" + API_AVAILABILITY string = "https://archive.org/wayback/available?url=" API_SAVE string = "https://web.archive.org/save/" TIMEOUT time.Duration = 10 |