forked from bromite/bromite
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop Enable-ECH-by-default.patch drop Disable-SHA1-Server-Signature.patch add Temp-disable-network-service-windows.patch add Temp-fix-Content-settings-infrastructure.patch
- Loading branch information
Showing
5 changed files
with
45 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
build/patches/00Temp-disable-network-service-windows.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
From: Your Name <[email protected]> | ||
Date: Wed, 21 Feb 2024 09:16:27 +0000 | ||
Subject: Temp disable network service windows | ||
|
||
--- | ||
sandbox/policy/features.cc | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/sandbox/policy/features.cc b/sandbox/policy/features.cc | ||
--- a/sandbox/policy/features.cc | ||
+++ b/sandbox/policy/features.cc | ||
@@ -217,6 +217,6 @@ SET_CROMITE_FEATURE_ENABLED(kUseRendererProcessPolicy); | ||
SET_CROMITE_FEATURE_ENABLED(kRestrictRendererPoliciesInBaseline); | ||
#endif | ||
#if BUILDFLAG(IS_WIN) | ||
-SET_CROMITE_FEATURE_ENABLED(kNetworkServiceSandbox); | ||
+//SET_CROMITE_FEATURE_ENABLED(kNetworkServiceSandbox); | ||
#endif | ||
} // namespace sandbox::policy::features | ||
-- |
23 changes: 23 additions & 0 deletions
23
build/patches/00Temp-fix-Content-settings-infrastructure.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From: Your Name <[email protected]> | ||
Date: Wed, 21 Feb 2024 09:16:51 +0000 | ||
Subject: Temp fix Content settings infrastructure | ||
|
||
--- | ||
.../content_settings/core/common/content_settings_types.mojom | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
diff --git a/components/content_settings/core/common/content_settings_types.mojom b/components/content_settings/core/common/content_settings_types.mojom | ||
--- a/components/content_settings/core/common/content_settings_types.mojom | ||
+++ b/components/content_settings/core/common/content_settings_types.mojom | ||
@@ -388,6 +388,10 @@ enum ContentSettingsType { | ||
WEB_PRINTING, | ||
|
||
NUM_TYPES_CHROMIUM, | ||
+ TIMEZONE_OVERRIDE, | ||
+ VIEWPORT, | ||
+ WEBGL, | ||
+ WEBRTC, | ||
// #include "components/content_settings/core/common/bromite_content_settings.inc" | ||
NUM_TYPES_BROMITE, | ||
}; | ||
-- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.