-
Notifications
You must be signed in to change notification settings - Fork 950
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New privacyProEligible filter for experiments (#4967)
Task/Issue URL: https://app.asana.com/0/1201807753394693/1208158029105828/f ### Description Add new filter `privacyProEligible` to remote experiment framework ### Steps to test this PR _Pre steps_ - [x] Change privacy-config URL for `PRIVACY_REMOTE_CONFIG_URL = "https://jsonblob.com/api/1279046082855034880"` - [x] Make sure you remove DuckDuckGo folder under Downloads directory _privacyProEligible filter disabled_ - [x] In the JsonBlob, under `experimentalVariants` set `privacyProEligible` to false for `mq` and `mr` variants > "filters": { > "privacyProEligible": false > } - [x] Fresh install - [x] Filter by 'variant' in Logcat - [x] If you are **not** eligible for privacyPro, then `mq` or `mr` **should** be assigned - [x] If you **are** eligible, then **no** variant should be assigned _privacyProEligible filter enabled_ - [ ] In the JsonBlob, under `experimentalVariants` set `privacyProEligible` to true for `mq` and `mr` variants > "filters": { > "privacyProEligible": true > } - [ ] Fresh install - [ ] Filter by 'variant' in Logcat - [ ] If you are **not eligible** for privacyPro, then `mq` or `mr` **should not** be assigned - [ ] If you **are** eligible, then a variant **should** be assigned ### No UI changes
- Loading branch information
Showing
7 changed files
with
67 additions
and
15 deletions.
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
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
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
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
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
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
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