Skip to content

Commit

Permalink
Switch update URL to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ihanson committed Dec 18, 2021
1 parent b9a6813 commit f11a53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeePassHttp/KeePassHttp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public sealed partial class KeePassHttpExt : Plugin
Dictionary<string, RequestHandler> handlers = new Dictionary<string, RequestHandler>();

//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()
{
Expand Down

0 comments on commit f11a53d

Please sign in to comment.