Skip to content

Commit

Permalink
Enable partitioned cookies by default. (uplift to 1.63.x) (#22394)
Browse files Browse the repository at this point in the history
Merge pull request #22391 from brave/issues/36450

Enable partitioned cookies by default.
  • Loading branch information
goodov committed Mar 3, 2024
1 parent ad48c26 commit 6aaabfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/brave_main_delegate_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
&metrics::structured::kNearbyShareMetrics,
&metrics::structured::kPhoneHubStructuredMetrics,
&net::features::kEnableWebTransportDraft07,
&net::features::kPartitionedCookies,
&net::features::kThirdPartyPartitionedStorageAllowedByDefault,
&net::features::kThirdPartyStoragePartitioning,
&net::features::kTpcdMetadataGrants,
Expand Down
1 change: 0 additions & 1 deletion chromium_src/net/base/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ OVERRIDE_FEATURE_DEFAULT_STATES({{
// Enable NIK-partitioning by default.
{kPartitionConnectionsByNetworkIsolationKey,
base::FEATURE_ENABLED_BY_DEFAULT},
{kPartitionedCookies, base::FEATURE_DISABLED_BY_DEFAULT},
{kPartitionHttpServerPropertiesByNetworkIsolationKey,
base::FEATURE_ENABLED_BY_DEFAULT},
{kPartitionSSLSessionsByNetworkIsolationKey,
Expand Down

0 comments on commit 6aaabfd

Please sign in to comment.