mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update features.cc
This commit is contained in:
parent
8717c497b4
commit
5b769d068a
1 changed files with 8 additions and 0 deletions
|
@ -149,6 +149,14 @@ const base::Feature kPartitionExpectCTStateByNetworkIsolationKey{
|
|||
const base::Feature kPartitionNelAndReportingByNetworkIsolationKey{
|
||||
"PartitionNelAndReportingByNetworkIsolationKey",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
|
||||
const base::Feature kEnableDoubleKeyNetworkAnonymizationKey{
|
||||
"EnableDoubleKeyNetworkAnonymizationKey",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
|
||||
const base::Feature kEnableCrossSiteFlagNetworkAnonymizationKey{
|
||||
"EnableCrossSiteFlagNetworkAnonymizationKey",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
|
||||
const base::Feature kExpectCTPruning{"ExpectCTPruning",
|
||||
base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
|
|
Loading…
Reference in a new issue