user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8de87de0506c7a508958920e24ff2ca0b7026c98
parent 8bc25b552db5fb1d0fbe5cd248bbc15c4aa216db
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 12 Dec 2021 15:41:55 +0000

update 0704: GIO, closes #1050 (#1300)

https://bugzilla.mozilla.org/show_bug.cgi?id=1666725
Diffstat:
Muser.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -313,9 +313,9 @@ user_pref("network.proxy.socks_remote_dns", true); * [SETUP-CHROME] Can break extensions for profiles on network shares * [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/26424 ***/ user_pref("network.file.disable_unc_paths", true); // [HIDDEN PREF] -/* 0704: disable GIO as a potential proxy bypass vector [FF60+] - * Gvfs/GIO has a set of supported protocols like obex, network, archive, computer, dav, cdda, - * gphoto2, trash, etc. By default only smb and sftp protocols are accepted so far (as of FF64) +/* 0704: disable GIO as a potential proxy bypass vector + * Gvfs/GIO has a set of supported protocols like obex, network, archive, computer, + * dav, cdda, gphoto2, trash, etc. By default only sftp is accepted (FF87+) * [1] https://bugzilla.mozilla.org/1433507 * [2] https://en.wikipedia.org/wiki/GVfs * [3] https://en.wikipedia.org/wiki/GIO_(software) ***/