From 5014c0ed2160393fb787b585127bce8f27fda722 Mon Sep 17 00:00:00 2001 From: tilpner Date: Fri, 6 Mar 2020 16:05:01 +0100 Subject: Separate policy into smaller modules --- profiles/noSafebrowsing.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 profiles/noSafebrowsing.nix (limited to 'profiles/noSafebrowsing.nix') diff --git a/profiles/noSafebrowsing.nix b/profiles/noSafebrowsing.nix new file mode 100644 index 0000000..bd53006 --- /dev/null +++ b/profiles/noSafebrowsing.nix @@ -0,0 +1,10 @@ +{ ffLib }: { + preferences = { + browser.safebrowsing = { + phishing.enabled = false; + malware.enabled = false; + downloads.enabled = false; + downloads.remote.enabled = false; + }; + }; +} -- cgit v1.2.3