Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64336f96 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Drop some of our patches which are not required anymore

parent fbcf9ea8
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
From 92637190e825cebf3c0d4832dbe75ff4dc93670f Mon Sep 17 00:00:00 2001
From: althafvly <althafvly@gmail.com>
Date: Wed, 4 Oct 2023 13:51:29 +0530
Subject: fixup Revert removal of execution context address space

---
 .../blink/renderer/core/workers/installed_scripts_manager.cc  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/third_party/blink/renderer/core/workers/installed_scripts_manager.cc b/third_party/blink/renderer/core/workers/installed_scripts_manager.cc
index 2a978cb476740..fe67745d54ccd 100644
--- a/third_party/blink/renderer/core/workers/installed_scripts_manager.cc
+++ b/third_party/blink/renderer/core/workers/installed_scripts_manager.cc
@@ -33,9 +33,9 @@ InstalledScriptsManager::ScriptData::ScriptData(
   // place so that this is shareable out of worker code.
   response_address_space_ = network::mojom::IPAddressSpace::kPublic;
   if (network_utils::IsReservedIPAddress(script_url_.Host()))
-    response_address_space_ = network::mojom::IPAddressSpace::kLocal;
+    response_address_space_ = network::mojom::IPAddressSpace::kPrivate;
   if (SecurityOrigin::Create(script_url_)->IsLocalhost())
-    response_address_space_ = network::mojom::IPAddressSpace::kLoopback;
+    response_address_space_ = network::mojom::IPAddressSpace::kLocal;
 }
 
 ContentSecurityPolicyResponseHeaders
-- 
2.48.1
+0 −29
Original line number Diff line number Diff line
From af13bc1be03158da9e4116b5c0f6963a688bb1ca Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Mon, 15 Sep 2014 10:52:32 +0200
Subject: net/cert: increase default key length

Should we add something for chrome://settings, or just leave
it as hidden as it was before?

License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
---
 net/cert/x509_util.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/cert/x509_util.cc b/net/cert/x509_util.cc
index 97869d31fe64c..973043064a321 100644
--- a/net/cert/x509_util.cc
+++ b/net/cert/x509_util.cc
@@ -282,7 +282,7 @@ bool GetTLSServerEndPointChannelBinding(const X509Certificate& certificate,
 }
 
 // RSA keys created by CreateKeyAndSelfSignedCert will be of this length.
-static const uint16_t kRSAKeyLength = 1024;
+static const uint16_t kRSAKeyLength = 2048;
 
 // Certificates made by CreateKeyAndSelfSignedCert will be signed using this
 // digest algorithm.
-- 
2.50.0
+0 −2
Original line number Diff line number Diff line
fixup-Revert-removal-of-execution-context-address-space.patch
fixup-Bromite-subresource-adblocker.patch
fixup-Disable-fetching-of-all-field-trials.patch
fixup-eyeo-Browser-Ad-filtering-Solution.patch
@@ -54,7 +53,6 @@ Browser-Hide-settings-when-parental-control-is-active.patch
Browser-Use-correct-switch-scale.patch
Browser-Change-adblock-url-to-ours.patch
Multiple-fingerprinting-mitigations.patch
netcert-increase-default-key-length.patch
openH264-enable-ARMARM64-optimizations.patch
ungoogledchromium-Disable-Gaia.patch
Disable-support-for-RAR-files-inspection.patch