mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
chromium: Set webrtc-ip-handling-policy to public interface
Seems to fix an issue where WebRTC was previously broken in ungoogled-chromium. Note that `default_public_interface_only` is used instead of `default` to prevent local IP address leaks.
This commit is contained in:
parent
12accb0619
commit
d2fe48e8d2
@ -12,6 +12,7 @@ in
|
|||||||
"--ozone-platform=wayland"
|
"--ozone-platform=wayland"
|
||||||
"--enable-wayland-ime"
|
"--enable-wayland-ime"
|
||||||
"--extension-mime-request-handling=always-prompt-for-install"
|
"--extension-mime-request-handling=always-prompt-for-install"
|
||||||
|
"--webrtc-ip-handling-policy=default_public_interface_only"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user