dotfiles/home-manager/modules/firefox/config/settings/proxy.nix
2024-11-09 16:44:23 -06:00

6 lines
162 B
Nix

{
# DNS / DoH / PROXY / SOCKS
"network.proxy.socks_remote_dns" = true;
"network.file.disable_unc_paths" = true;
"network.gio.supported-protocols" = "";
}