diff options
author | tilpner | 2020-04-05 20:48:13 +0200 |
---|---|---|
committer | tilpner | 2020-04-05 20:51:20 +0200 |
commit | 58a4f76dcad054cac6d5624b6f95e23145c16ae1 (patch) | |
tree | c8411c894bb93e58674cf344385e4c383adf6318 /profiles/noSafebrowsing.nix | |
parent | 5014c0ed2160393fb787b585127bce8f27fda722 (diff) | |
download | firefox-profiles-58a4f76dcad054cac6d5624b6f95e23145c16ae1.tar.gz firefox-profiles-58a4f76dcad054cac6d5624b6f95e23145c16ae1.tar.xz firefox-profiles-58a4f76dcad054cac6d5624b6f95e23145c16ae1.zip |
ocsp, safebrowsing: refactor to finer choices per topic
Diffstat (limited to 'profiles/noSafebrowsing.nix')
-rw-r--r-- | profiles/noSafebrowsing.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/profiles/noSafebrowsing.nix b/profiles/noSafebrowsing.nix deleted file mode 100644 index bd53006..0000000 --- a/profiles/noSafebrowsing.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ ffLib }: { - preferences = { - browser.safebrowsing = { - phishing.enabled = false; - malware.enabled = false; - downloads.enabled = false; - downloads.remote.enabled = false; - }; - }; -} |