duckduckgo / privacy-configuration

🎛 Configuration files used by DuckDuckGo's apps and extensions to control which privacy protections are enabled.
Other
119 stars 62 forks source link

Disable `privacyProCta` sub-feature #2493

Closed nalcalag closed 1 week ago

nalcalag commented 1 week ago

Asana Task/Github Issue: https://app.asana.com/0/72649045549333/1208797433646080/f

Description

Disable experiment sub-feature and remove experiment variants from remote config

Reference

github-actions[bot] commented 1 week ago

Don't forget to assign an individual reviewer (in addition to those already added, this should create a task for them in Asana). Please mark this as draft unless there's intention to merge this. Click the "Merge When Ready" if you're happy for this to automatically get merged once reviewed. Also don't forget to add schema changes to validate if you're adding/changing a feature.

github-actions[bot] commented 1 week ago

Generated file outputs:

Time updated: Tue, 19 Nov 2024 19:28:43 GMT

legacy
trackers-unprotected-temporary.txt (13 more) - trackers-unprotected-temporary.txt - v3/extension-brave-config.json - v3/extension-bravemv3-config.json - v3/extension-chrome-config.json - v3/extension-chromemv3-config.json - v3/extension-config.json - v3/extension-edg-config.json - v3/extension-edge-config.json - v3/extension-edgmv3-config.json - v3/extension-firefox-config.json - v3/extension-safarimv3-config.json - v3/ios-config.json - v3/macos-config.json - v3/windows-config.json ⚠️ File is identical
v3/android-config.json ```diff --- v3/android-config.json +++ v3/android-config.json @@ -6206,14 +6206,9 @@ "noBrowserCtas": { "state": "disabled" }, "privacyProCta": { - "state": "enabled", - "targets": [ - { - "variantKey": "mh" - } - ] + "state": "disabled" } } }, "fingerprintingAudio": { @@ -12141,34 +12136,8 @@ "variantKey": "se", "weight": 0 }, { - "desc": "Control group for New Tab Page improvements experiment", - "variantKey": "mq", - "weight": 0 - }, - { - "desc": "New Tab Page improvements experimental group", - "variantKey": "mr", - "weight": 0 - }, - { - "desc": "Control group for PrivacyPro onboarding dialog experiment", - "variantKey": "mg", - "weight": 0, - "filters": { - "privacyProEligible": true - } - }, - { - "desc": "PrivacyPro onboarding dialog experimental group", - "variantKey": "mh", - "weight": 0, - "filters": { - "privacyProEligible": true - } - }, - { "desc": "Control group for Highlights onboarding experiment", "variantKey": "mw", "weight": 0 }, ```
latest
v4/android-config.json ```diff --- v4/android-config.json +++ v4/android-config.json @@ -5834,14 +5834,9 @@ "noBrowserCtas": { "state": "disabled" }, "privacyProCta": { - "state": "enabled", - "targets": [ - { - "variantKey": "mh" - } - ] + "state": "disabled" } } }, "fingerprintingAudio": { @@ -11083,34 +11078,8 @@ "variantKey": "se", "weight": 0 }, { - "desc": "Control group for New Tab Page improvements experiment", - "variantKey": "mq", - "weight": 0 - }, - { - "desc": "New Tab Page improvements experimental group", - "variantKey": "mr", - "weight": 0 - }, - { - "desc": "Control group for PrivacyPro onboarding dialog experiment", - "variantKey": "mg", - "weight": 0, - "filters": { - "privacyProEligible": true - } - }, - { - "desc": "PrivacyPro onboarding dialog experimental group", - "variantKey": "mh", - "weight": 0, - "filters": { - "privacyProEligible": true - } - }, - { "desc": "Control group for Highlights onboarding experiment", "variantKey": "mw", "weight": 0 }, ```
v4/extension-brave-config.json (12 more) - v4/extension-brave-config.json - v4/extension-bravemv3-config.json - v4/extension-chrome-config.json - v4/extension-chromemv3-config.json - v4/extension-config.json - v4/extension-edg-config.json - v4/extension-edge-config.json - v4/extension-edgmv3-config.json - v4/extension-firefox-config.json - v4/extension-safarimv3-config.json - v4/ios-config.json - v4/macos-config.json - v4/windows-config.json ⚠️ File is identical