Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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