From 2992d92e6ce0d7c96ccded0747d8815d8cfed956 Mon Sep 17 00:00:00 2001 From: tilpner Date: Sun, 14 Jun 2020 21:48:09 +0200 Subject: lib: add escape-hatch exporting mechanism --- default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index f986dcc..57c27c5 100644 --- a/default.nix +++ b/default.nix @@ -42,6 +42,9 @@ in rec { noTunnels noLocation safebrowsing.disableAll + trackingprotection.disableAll + + replaceAllUrls # restrict # distrustUser @@ -81,6 +84,11 @@ in rec { bundle = ffLib.bundle bundleConfig; launcher = ffLib.launcher bundle; + export = ffLib.export { + inherit (bundleConfig) policies preferences; + selfPath = "/opt/firefox"; + }; + /* bundle = profiles.bundle { policies = { -- cgit v1.2.3