mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 13:59:25 +01:00
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:
parent
15331d6bb5
commit
17ecdd0675
@ -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!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user