Skip to content

Commit 93b23e0

Browse files
committed
Do not disable safe browsing by default (fixes #129)
- wrkey was removed quite some time ago, so tracking potential is lower - safe browsing is for many people a good idea - one might still want to disable it as it relies on thirdparties So keep the option but unchecked by default. The settings are also reduced to the master kill switch instead of toggling all sub-options as well.
1 parent 6d5e907 commit 93b23e0

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

settings/google_safebrowsing.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,12 @@
22
{
33
"name": "google_safebrowsing",
44
"type": "boolean",
5-
"initial": true,
5+
"initial": false,
66
"label": "Disable google safebrowsing",
7-
"help_text": "Google safebrowsing can detect phishing and malware but it also sends informations to google together with an unique id called <a href=\"http://electroholiker.de/?p=1594\">wrkey</a>.",
7+
"help_text": "Google safebrowsing can detect phishing and malware but one might not want to rely on a URL list provided by Google.",
88
"addons": [],
99
"config": {
10-
"browser.safebrowsing.enabled": false,
11-
"browser.safebrowsing.downloads.remote.url": "",
12-
"browser.safebrowsing.phishing.enabled": false,
13-
"browser.safebrowsing.blockedURIs.enabled": false,
14-
"browser.safebrowsing.downloads.enabled": false,
15-
"browser.safebrowsing.downloads.remote.enabled": false,
16-
"browser.safebrowsing.appRepURL": "",
17-
"browser.safebrowsing.malware.enabled": false
18-
10+
"browser.safebrowsing.enabled": false
1911
}
2012
}
2113
]

0 commit comments

Comments
 (0)