Update firefox configuration

This commit is contained in:
2022-05-02 20:16:41 +02:00
parent 5462ab0790
commit 7671b3e48e

View File

@@ -382,7 +382,6 @@
- set_fact: - set_fact:
firefox_preferences: firefox_preferences:
browser.aboutConfig.showWarning: false browser.aboutConfig.showWarning: false
browser.download.useDownloadDir: false
extensions.pocket.enabled: false extensions.pocket.enabled: false
toolkit.legacyUserProfileCustomizations.stylesheets: true toolkit.legacyUserProfileCustomizations.stylesheets: true
browser.contentblocking.category: "strict" browser.contentblocking.category: "strict"
@@ -414,6 +413,16 @@
# "Allow Firefox to install and run studies" # "Allow Firefox to install and run studies"
app.shield.optoutstudies.enabled: false 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: - include_role:
name: firefox name: firefox
vars: vars: