From 7671b3e48e5b2c7a16ca79deb141675cdf36bf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 2 May 2022 20:16:41 +0200 Subject: [PATCH] Update firefox configuration --- user.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/user.yml b/user.yml index b7820f0..fcd936f 100644 --- a/user.yml +++ b/user.yml @@ -382,7 +382,6 @@ - set_fact: firefox_preferences: browser.aboutConfig.showWarning: false - browser.download.useDownloadDir: false extensions.pocket.enabled: false toolkit.legacyUserProfileCustomizations.stylesheets: true browser.contentblocking.category: "strict" @@ -414,6 +413,16 @@ # "Allow Firefox to install and run studies" app.shield.optoutstudies.enabled: false + # "Check spelling as you type" + layout.spellcheckDefault: 0 + + # Ask for download directory + browser.download.useDownloadDir: false + + # (Try to) disable automatic update, as firefox is pulling a Windows + app.update.auto: false + app.update.service.enabled: false + - include_role: name: firefox vars: