mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
firefox: harden WebRTC leak
This commit is contained in:
parent
2be5c27358
commit
3655e8bcc7
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ in {
|
|||
"browser.ml.chat.page" = false;
|
||||
"browser.ml.chat.shortcuts" = false;
|
||||
"browser.ml.chat.sidebar" = false;
|
||||
|
||||
# Prevent WebRTC leak
|
||||
# https://mullvad.net/en/help/webrtc
|
||||
"media.peerconnection.enabled" = false;
|
||||
};
|
||||
|
||||
extensions.packages = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue