dotfiles/.ansible/roles/desktop/vars/firefox.yaml

8 lines
361 B
YAML
Raw Normal View History

2019-01-31 20:37:19 +00:00
firefox_user_prefs:
- name: 'keyword.enabled'
value: "true"
- name: 'network.cookie.thirdparty.sessionOnly'
value: "false"
- name: 'privacy.sanitize.pending'
value: '"[{\"id\":\"shutdown\",\"itemsToClear\":[\"cache\",\"offlineApps\",\"history\",\"formdata\"],\"options\":{}},{\"id\":\"newtab-container\",\"itemsToClear\":[],\"options\":{}}]"'