foxgirl-settings/librewolf.cfg/user-settings/dns.json

44 lines
1,016 B
JSON
Raw Normal View History

2020-05-01 21:06:28 +02:00
{
"name": "DNS",
"subcategory": "User Settings",
"notes": "",
"section": [
{
"comments": "",
"type": "lockPref",
"key": "network.trr.mode",
"value": 5
},
{
"comments": "",
"type": "lockPref",
"key": "network.trr.bootstrapAddress",
"value": ""
},
{
"comments": "",
"type": "lockPref",
"key": "network.trr.uri",
"value": ""
},
{
"comments": "",
"type": "lockPref",
"key": "network.dns.disableIPv6",
"value": true
},
{
"comments": "",
"type": "lockPref",
"key": "network.dns.disablePrefetch",
"value": true
},
{
"comments": "",
"type": "lockPref",
"key": "network.dns.disablePrefetchFromHTTPS",
"value": true
}
]
}