Update proxy exceptions.
Add some ipv6 address to proxy exceptions.
This commit is contained in:
@ -33,7 +33,7 @@ class PreferencesWinController: NSWindowController {
|
||||
|
||||
@IBAction func resetProxyExceptions(sender: NSButton) {
|
||||
let defaults = UserDefaults.standard
|
||||
defaults.set("127.0.0.1, localhost, 192.168.0.0/16, 10.0.0.0/8", forKey: "ProxyExceptions")
|
||||
defaults.set("127.0.0.1, localhost, 192.168.0.0/16, 10.0.0.0/8, FE80::/64, ::1, FD00::/8", forKey: "ProxyExceptions")
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user