Skip to content

Commit

Permalink
Merge pull request #27188 from brave/pr27095_issues/39570_1.75.x
Browse files Browse the repository at this point in the history
Avoid closing connections on first party storage cleanup. (uplift to 1.75.x)
  • Loading branch information
LaurenWags authored Jan 13, 2025
2 parents 6ed90fc + 436b897 commit 48a38ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ void BraveEphemeralStorageServiceDelegate::CleanupFirstPartyStorageArea(
content::BrowsingDataRemover::DATA_TYPE_ATTRIBUTION_REPORTING |
content::BrowsingDataRemover::DATA_TYPE_PRIVACY_SANDBOX |
content::BrowsingDataRemover::DATA_TYPE_PRIVACY_SANDBOX_INTERNAL |
content::BrowsingDataRemover::DATA_TYPE_AVOID_CLOSING_CONNECTIONS |
chrome_browsing_data_remover::DATA_TYPE_SITE_DATA;

content::BrowsingDataRemover::OriginType origin_type =
Expand Down

0 comments on commit 48a38ce

Please sign in to comment.