From f11a53dde1e996b262b4e1f28a2c45e328012154 Mon Sep 17 00:00:00 2001 From: Ira Hanson Date: Fri, 17 Dec 2021 22:22:42 -0600 Subject: [PATCH] Switch update URL to GitHub --- KeePassHttp/KeePassHttp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeePassHttp/KeePassHttp.cs b/KeePassHttp/KeePassHttp.cs index 0e3cf52..69cac37 100644 --- a/KeePassHttp/KeePassHttp.cs +++ b/KeePassHttp/KeePassHttp.cs @@ -55,7 +55,7 @@ public sealed partial class KeePassHttpExt : Plugin Dictionary handlers = new Dictionary(); //public string UpdateUrl = ""; - public override string UpdateUrl { get { return "https://passifox.appspot.com/kph/latest-version.txt"; } } + public override string UpdateUrl { get { return "https://raw.githubusercontent.com/pfn/keepasshttp/master/latest-version.txt"; } } private SearchParameters MakeSearchParameters() {