duckduckgo / privacy-configuration

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

Set setAccessTokenCookieForSubscriptionDomains to enabled for iOS and macOS #2506

Closed miasma13 closed 3 days ago

miasma13 commented 3 days ago

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

Description

Set setAccessTokenCookieForSubscriptionDomains to enabled for iOS and macOS. Following the https://app.asana.com/0/0/1208817916675091/1208817123560684/f we are ready to enable the flag.

Reference

github-actions[bot] commented 3 days 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 3 days ago

Generated file outputs:

Time updated: Fri, 22 Nov 2024 16:02:04 GMT

legacy
trackers-unprotected-temporary.txt (12 more) - trackers-unprotected-temporary.txt - v3/android-config.json - 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/windows-config.json ⚠️ File is identical
v3/ios-config.json (1 more) - v3/ios-config.json - v3/macos-config.json ```diff --- v3/macos-config.json +++ v3/macos-config.json @@ -6676,8 +6676,11 @@ }, "useUnifiedFeedback": { "state": "enabled", "minSupportedVersion": "1.113.0" + }, + "setAccessTokenCookieForSubscriptionDomains": { + "state": "enabled" } } }, "privacyProtectionsPopup": { ```
latest
v4/android-config.json (11 more) - v4/android-config.json - 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/windows-config.json ⚠️ File is identical
v4/ios-config.json (1 more) - v4/ios-config.json - v4/macos-config.json ```diff --- v4/macos-config.json +++ v4/macos-config.json @@ -6093,8 +6093,11 @@ }, "useUnifiedFeedback": { "state": "enabled", "minSupportedVersion": "1.113.0" + }, + "setAccessTokenCookieForSubscriptionDomains": { + "state": "enabled" } } }, "privacyProtectionsPopup": { ```