browser-extensions: disabling WebRTC, mention punycode pain

Resolves: #201

geo.wifi.uri not working was cleaned up in an earlier cleanup commit.
This commit is contained in:
Aminda Suomalainen 2020-07-18 21:49:34 +03:00
parent 15331d6bb5
commit 17ecdd0675
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ TODO: Sort this list.
* [Bug 70315: text in menus and boxes unreadable if using dark GTK theme](https://bugzilla.mozilla.org/show_bug.cgi?id=70315)
* `image.animation_mode` to `once` in order to have gifs play once and
then stop everywhere (`none` to never have them play).
* `network.IDN_show_punycode` to true in order to see punycode instead of UTF-8 in case of spoofing attempt
* `media.peerconnection.enabled` to `false` in order to disable WebRTC (potential IP leaker, will break VoIP/calls, but those are better outside of Firefox anyway)
* `network.IDN_show_punycode` to `true` in order to see punycode instead of UTF-8 in case of spoofing attempt. However makes reading non-ASCII domains painful.
* `network.security.esni.enabled` to `true` in order to enable encrypted SNI.
* Requires DoH, see the next section!