Update firefox configuration
This commit is contained in:
11
user.yml
11
user.yml
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user