Remember browser history
This commit is contained in:
parent
8254f2577c
commit
4f9de9e99f
|
@ -23,10 +23,14 @@ firefox_user_prefs:
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: 'network.http.referer.spoofSource'
|
- name: 'network.http.referer.spoofSource'
|
||||||
value: '"false"'
|
value: '"false"'
|
||||||
|
- name: 'places.history.enabled'
|
||||||
|
value: "true"
|
||||||
|
- name: 'privacy.clearOnShutdown.history'
|
||||||
|
value: "false"
|
||||||
- name: 'privacy.donottrackheader.enabled'
|
- name: 'privacy.donottrackheader.enabled'
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: 'privacy.sanitize.pending'
|
- name: 'privacy.sanitize.pending'
|
||||||
value: '"[{\"id\":\"shutdown\",\"itemsToClear\":[\"cache\",\"offlineApps\",\"history\",\"formdata\"],\"options\":{}},{\"id\":\"newtab-container\",\"itemsToClear\":[],\"options\":{}}]"'
|
value: '"[{\"id\":\"shutdown\",\"itemsToClear\":[\"cache\",\"offlineApps\",\"formdata\"],\"options\":{}},{\"id\":\"newtab-container\",\"itemsToClear\":[],\"options\":{}}]"'
|
||||||
- name: 'privacy.window.maxInnerHeight'
|
- name: 'privacy.window.maxInnerHeight'
|
||||||
value: '900'
|
value: '900'
|
||||||
- name: 'privacy.window.maxInnerWidth'
|
- name: 'privacy.window.maxInnerWidth'
|
||||||
|
|
Loading…
Reference in a new issue