Release 4.2.3+1: на вкладке «Защита» только карточка EvilFox — убраны NordVPN/ExpressVPN/Surfshark и их openURL-хосты. Windows 4.2.3.1.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -470,14 +470,10 @@ func (a *App) AutoCheckUpdate() {
|
||||
}
|
||||
|
||||
// allowedLinkHosts are the only hosts the UI may open in the default browser
|
||||
// (shop / «Полезные ссылки» / provider cards in index.html).
|
||||
// Competitor links are plain URLs without referral codes (Store policy).
|
||||
// (shop / «Полезные ссылки» in index.html).
|
||||
var allowedLinkHosts = map[string]bool{
|
||||
"evilfox.win": true,
|
||||
"t.me": true,
|
||||
"nordvpn.com": true,
|
||||
"expressvpn.com": true,
|
||||
"surfshark.com": true,
|
||||
"evilfox.win": true,
|
||||
"t.me": true,
|
||||
}
|
||||
|
||||
// LinkAllowed validates that raw is an http(s) URL pointing at one of the
|
||||
|
||||
Reference in New Issue
Block a user