thorium icon indicating copy to clipboard operation
thorium copied to clipboard

Repost "Remove captive portal patch"

Open trimechee opened this issue 1 year ago • 0 comments

Hello, my issue was deleted so i repost the issue that Mr Alex gave its agreement to integrate it into Thorium:

(remove spaces in url adress) :

https:// github.com/ uazo/cromite/blob/master/ build/patches/Remove-detection-of-captive-portals.patch

"Subject: Remove detection of captive portals


chrome/browser/net/profile_network_context_service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/browser/net/profile_network_context_service.cc b/chrome/browser/net/profile_network_context_service.cc --- a/chrome/browser/net/profile_network_context_service.cc +++ b/chrome/browser/net/profile_network_context_service.cc @@ -360,7 +360,7 @@ void ProfileNetworkContextService::UpdateAdditionalCertificates() { void ProfileNetworkContextService::RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) { registry->RegisterBooleanPref(embedder_support::kAlternateErrorPagesEnabled,

  •                            true);
    
  •                            false);
    
    registry->RegisterBooleanPref(prefs::kQuicAllowed, true); registry->RegisterBooleanPref(prefs::kGloballyScopeHTTPAuthCacheEnabled, false); --

trimechee avatar Jan 25 '24 22:01 trimechee