File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ --- a/chrome/browser/ui/browser_ui_prefs.cc
2+ +++ b/chrome/browser/ui/browser_ui_prefs.cc
3+ @@ -91,7 +91,7 @@ void RegisterBrowserUserPrefs(user_prefs
4+ false);
5+ #endif
6+ registry->RegisterStringPref(prefs::kWebRTCIPHandlingPolicy,
7+ - blink::kWebRTCIPHandlingDefault);
8+ + blink::kWebRTCIPHandlingDisableNonProxiedUdp);
9+ registry->RegisterStringPref(prefs::kWebRTCUDPPortRange, std::string());
10+ registry->RegisterBooleanPref(prefs::kWebRtcEventLogCollectionAllowed, false);
11+ registry->RegisterListPref(prefs::kWebRtcLocalIpsAllowedUrls);
Original file line number Diff line number Diff line change @@ -99,3 +99,4 @@ extra/ungoogled-chromium/add-flag-to-hide-extensions-menu.patch
9999extra/ungoogled-chromium/add-flag-to-hide-fullscreen-exit-ui.patch
100100extra/ungoogled-chromium/add-flag-for-incognito-themes.patch
101101extra/ungoogled-chromium/add-flags-for-referrer-customization.patch
102+ extra/ungoogled-chromium/default-webrtc-ip-handling-policy.patch
You can’t perform that action at this time.
0 commit comments