mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update privacy_sandbox_settings.cc
This commit is contained in:
parent
ad4a7e4f69
commit
9655ef6ad4
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ PrivacySandboxSettings::PrivacySandboxSettings(
|
|||
PrivacySandboxSettings::~PrivacySandboxSettings() = default;
|
||||
|
||||
bool PrivacySandboxSettings::IsFlocAllowed() const {
|
||||
return false;
|
||||
return pref_service_->GetBoolean(prefs::kPrivacySandboxFlocEnabled) &&
|
||||
pref_service_->GetBoolean(prefs::kPrivacySandboxApisEnabled);
|
||||
}
|
||||
|
||||
bool PrivacySandboxSettings::IsFlocAllowedForContext(
|
||||
|
|
Loading…
Reference in a new issue