File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ # Default Settings
2+
3+ Vanilla Chromium settings are not often changed by ungoogled-chromium, however there are some exceptions.
4+ Below is a list of the documented changes to the default Chromium settings.
5+
6+ Setting | New State | Location
7+ -- | -- | --
8+ Allow sites to check if you have payment methods saved | Disabled | chrome://settings/payments
9+ Ask where to save each file before downloading | Enabled | chrome://settings/downloads
10+ Auto sign-in | Disabled | chrome://settings/passwords
11+ Block third-party cookies | Enabled | chrome://settings/cookies
12+ Clear cookies and site data when you close all windows | Enabled | chrome://settings/cookies
13+ Continue running background apps when Chromium is closed | Disabled | chrome://settings/system
14+ Hyperlink auditing (\< a ping>) | Disabled | NA
15+ Link Doctor | Disabled | NA
16+ Offer to save passwords | Disabled | chrome://settings/passwords
17+ Payment autofill | Disabled | chrome://settings/payments
18+ Preload pages | Disabled | chrome://settings/cookies
19+ Search suggestions | Disabled | chrome://settings/syncSetup
20+ Show bookmark bar | Enabled | chrome://settings/appearance
21+ WebRTC IP handling policy | Disable Non-Proxied UDP | ` --webrtc-ip-handling-policy `
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