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:
Donovan Glover 2024-07-21 13:18:36 -04:00
parent 12accb0619
commit d2fe48e8d2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -12,6 +12,7 @@ in
"--ozone-platform=wayland"
"--enable-wayland-ime"
"--extension-mime-request-handling=always-prompt-for-install"
"--webrtc-ip-handling-policy=default_public_interface_only"
];
};
}