Skip to content

Commit

Permalink
Disables FirstPartySet feature.
Browse files Browse the repository at this point in the history
Also disables FirstPartySet component in component updater.

Fixes brave/brave-browser#13098
  • Loading branch information
mkarolin authored and mariospr committed Apr 9, 2021
1 parent 7e73880 commit 93efdc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
federated_learning::kFlocIdComputedEventLogging.name,
federated_learning::kFlocIdSortingLshBasedComputation.name,
kSharingQRCodeGenerator.name,
net::features::kFirstPartySets.name,
network_time::kNetworkTimeServiceQuerying.name,
#if defined(OS_ANDROID)
features::kWebNfc.name,
Expand Down
1 change: 1 addition & 0 deletions app/brave_main_delegate_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
&federated_learning::kFlocIdComputedEventLogging,
&federated_learning::kFlocIdSortingLshBasedComputation,
&kSharingQRCodeGenerator,
&net::features::kFirstPartySets,
&network_time::kNetworkTimeServiceQuerying,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ void ComponentInstaller::Register(RegisterCallback register_callback,
"gcmjkmgdlgnkkcocmoeiminaijmmjnii", // Subresource Filter Rules
"llkgjffcdpffmhiakmfcdcblohccpfmo", // Origin Trials
"ojhpjlocmbogdgmfpkhlaaeamibhnphh", // Zxcvbn Data Dictionaries
"gonpemdgkjcecdgbnaabipppbmgfggbe", // First Party Sets
#if defined(OS_ANDROID)
"lmelglejhemejginpboagddgdfbepgmp", // Optimization Hints
"obedbbhbpmojnkanicioggnmelmoomoc" // OnDeviceHeadSuggest
Expand Down

0 comments on commit 93efdc6

Please sign in to comment.