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

Add disabled serpPromoCookie FF #2504

Closed aitorvs closed 1 week ago

aitorvs commented 1 week ago

Asana Task/Github Issue: https://app.asana.com/0/1198194956794324/1208264562025856/f

Description

This flag is for the code added https://app.asana.com/0/1198194956794324/1208264562025856/f.

We want the flag disable now in production before we ship the FE changes

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: Fri, 22 Nov 2024 13:12:25 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 @@ -7845,8 +7845,11 @@ "minSupportedVersion": 52121000 }, "authApiV2": { "state": "disabled" + }, + "serpPromoCookie": { + "state": "disabled" } } }, "privacyProtectionsPopup": { ```
latest
v4/android-config.json ```diff --- v4/android-config.json +++ v4/android-config.json @@ -7192,8 +7192,11 @@ "minSupportedVersion": 52121000 }, "authApiV2": { "state": "disabled" + }, + "serpPromoCookie": { + "state": "disabled" } } }, "privacyProtectionsPopup": { ```
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