This commit is contained in:
Thorin-Oakenpants 2021-12-12 15:24:10 +00:00 committed by GitHub
parent b8f42fb200
commit 8c538beec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,8 +314,8 @@ user_pref("network.proxy.socks_remote_dns", true);
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/26424 ***/ * [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/26424 ***/
user_pref("network.file.disable_unc_paths", true); // [HIDDEN PREF] user_pref("network.file.disable_unc_paths", true); // [HIDDEN PREF]
/* 0704: disable GIO as a potential proxy bypass vector /* 0704: disable GIO as a potential proxy bypass vector
* Gvfs/GIO has a set of supported protocols like obex, network, archive, computer, dav, cdda, * Gvfs/GIO has a set of supported protocols like obex, network, archive, computer,
* gphoto2, trash, etc. By default only sftp protocols are accepted so far (as of FF87) * dav, cdda, gphoto2, trash, etc. By default only sftp is accepted (FF87+)
* [1] https://en.wikipedia.org/wiki/GVfs * [1] https://en.wikipedia.org/wiki/GVfs
* [2] https://en.wikipedia.org/wiki/GIO_(software) ***/ * [2] https://en.wikipedia.org/wiki/GIO_(software) ***/
user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF]