Last active
March 9, 2023 13:41
-
-
Save fbouynot/376ce336413b19f1ea9b22c79aaa691c to your computer and use it in GitHub Desktop.
Configuration of Firefox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
network.http.max-connections 1500 | |
network.http.max-persistent-connections-per-server 10 | |
gfx.webrender.all true | |
network.dns.disablePrefetch true | |
network.trr.custom_uri https://doh3.dns.nextdns.io/xxxxx | |
network.trr.mode 3 | |
network.trr.uri https://doh3.dns.nextdns.io/xxxxx | |
fission.autostart.session true | |
cookiebanners.service.mode 2 | |
cookiebanners.service.mode.privateBrowsing 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment