8 lines
361 B
YAML
8 lines
361 B
YAML
|
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\":{}}]"'
|