mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
5 lines
190 B
JavaScript
5 lines
190 B
JavaScript
// We want to be off by default
|
|
pref("extensions.safebrowsing.enabled", false);
|
|
// But when we turn on, we want advanced protection
|
|
pref("extensions.safebrowsing.advancedprotection", true);
|