Skip to content

Commit

Permalink
Web Environment Integrity is no more.
Browse files Browse the repository at this point in the history
Chromium change:

https://chromium.googlesource.com/chromium/src/+/c54ada4120f3a046c1150d21534e2bc5e87186a0

commit c54ada4120f3a046c1150d21534e2bc5e87186a0
Author: Rupert Ben Wiser <bewise@chromium.org>
Date:   Fri Nov 3 17:27:43 2023 +0000

    wei: Revert Web Environment Integrity

    We are no longer pursuing this experiment so reverting all changes.

    Squashed all the reverts into a single commit because this is
    fairly large and there were a lot of small conflicts.

    Bug: 1499011
  • Loading branch information
mkarolin committed Jan 12, 2024
1 parent 71c1569 commit c4212ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ bool IsTrialDisabledInBrave(std::string_view trial_name) {
"SignedExchangeSubresourcePrefetch",
"SubresourceWebBundles",
"TrustTokens",
"WebEnvironmentIntegrity",
};

if (base::Contains(kBraveDisabledTrialNames, trial_name)) {
Expand Down
2 changes: 0 additions & 2 deletions renderer/brave_content_renderer_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ void BraveContentRendererClient::
blink::WebRuntimeFeatures::EnableFeatureFromString(
"SpeculationRulesPrefetchProxy", false);
blink::WebRuntimeFeatures::EnableFeatureFromString("AdTagging", false);
blink::WebRuntimeFeatures::EnableFeatureFromString("WebEnvironmentIntegrity",
false);
}

BraveContentRendererClient::~BraveContentRendererClient() = default;
Expand Down

0 comments on commit c4212ed

Please sign in to comment.