-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nimbus): Update External Configs (#9523)
- Loading branch information
1 parent
984def6
commit cdc1aa0
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1850,6 +1850,13 @@ cookieBannerHandling: | |
description: >- | ||
Enables use of global CookieBannerRules, which apply to all sites. | ||
This enables handling of CMPs across sites without the use of site-specific rules. | ||
enableGlobalRulesSubFrames: | ||
type: boolean | ||
setPref: cookiebanners.service.enableGlobalRules.subFrames | ||
description: >- | ||
Whether global rules are allowed to run in sub-frames. Running query | ||
selectors in every sub-frame may negatively impact performance, but is | ||
required for some CMPs. | ||
enableDetectOnly: | ||
type: boolean | ||
setPref: cookiebanners.service.detectOnly | ||
|
@@ -1884,7 +1891,7 @@ feltPrivacy: | |
description: Prefs for Felt Privacy v1 experiments | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: Exposure when user opens a private browsing window. | ||
exposureDescription: Exposure when user opens a private browsing window. | ||
variables: | ||
feltPrivacy: | ||
type: boolean | ||
|