{ "name": "Disabled On/Off", "subcategory": "", "notes": "", "section": [ { "comments": "Tor settings", "notes": "This browser is not meant for tor. Enabling those settings for user torifying their whole connection", "type": "lockPref", "key": "network.dns.blockDotOnion", "value": true }, { "comments": "", "type": "lockPref", "key": "network.http.referer.hideOnionSource", "value": true }, { "comments": "CROSS ORIGIN: control when to send a referer", "notes": "0=always (default), 1=only if base domains match, 2=only if hosts match. Can break some important sites e.g. payment sites", "type": "lockPref", "key": "network.http.referer.XOriginPolicy", "value": 1 }, { "comments": "Only allow TLS 1.[0-3]", "notes": "Allow up to and including TLS 1.3", "type": "lockPref", "key": "security.tls.version.max", "value": 4 } ] }