Skip to content

Commit 732c438

Browse files
0710: disable GIO... #442
1 parent 58931bc commit 732c438

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

user.js

+8
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,14 @@ user_pref("network.proxy.autoconfig_url.include_path", false); // default: false
468468
/* 0709: disable using UNC (Uniform Naming Convention) paths (FF61+)
469469
* [1] https://trac.torproject.org/projects/tor/ticket/26424 ***/
470470
user_pref("network.file.disable_unc_paths", true); // (hidden pref)
471+
/* 0710: disable GIO as a potential proxy bypass vector
472+
* Gvfs/GIO has a set of supported protocols like obex, network, archive, computer, dav, cdda,
473+
* gphoto2, trash, etc. By default only smb and sftp protocols are accepted so far (as of FF64)
474+
* [1] https://bugzilla.mozilla.org/1433507
475+
* [2] https://trac.torproject.org/23044
476+
* [3] https://en.wikipedia.org/wiki/GVfs
477+
* [4] https://en.wikipedia.org/wiki/GIO_(software) ***/
478+
user_pref("network.gio.supported-protocols", ""); // (hidden pref)
471479

472480
/*** 0800: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS [SETUP]
473481
If you are in a private environment (no unwanted eyeballs) and your device is private

0 commit comments

Comments
 (0)