aboutsummaryrefslogtreecommitdiff
path: root/profiles/noSafebrowsing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/noSafebrowsing.nix')
-rw-r--r--profiles/noSafebrowsing.nix10
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;
- };
- };
-}