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

Revert "Set setAccessTokenCookieForSubscriptionDomains to enabled for iOS and macOS" #2508

Closed samsymons closed 1 week ago

samsymons commented 1 week ago

Reverts duckduckgo/privacy-configuration#2506

This change is aligned with a large increase in crashes so I'm disabling it while investigating it further, as it's the only remote change that lines up with the spike. I'll re-enable this later today if it turns out to be unrelated.

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 19:23:01 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,11 +6676,8 @@ }, "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,11 +6093,8 @@ }, "useUnifiedFeedback": { "state": "enabled", "minSupportedVersion": "1.113.0" - }, - "setAccessTokenCookieForSubscriptionDomains": { - "state": "enabled" } } }, "privacyProtectionsPopup": { ```