We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8abe66 commit 6bab3deCopy full SHA for 6bab3de
pkg/purevpn/browser.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
// Change if changed in the future
18
-const _BASE_URL = "https://my.purevpn.com/v2/dashboard/security-tools"
+const _BASE_URL = "https://my.purevpn.com/"
19
20
var _PATH, _ = launcher.LookPath()
21
var _LAUNCHER = launcher.New().Bin(_PATH).Leakless(false).MustLaunch()
0 commit comments