-
Notifications
You must be signed in to change notification settings - Fork 81
Disable Fingerprinting canvas experiment on Apple platform #3031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
Generated file outputs:Time updated: Tue, 22 Apr 2025 19:04:13 GMT legacytrackers-unprotected-temporary.txtv3/android-config.json (11 more)
--- v3/windows-config.json
+++ v3/windows-config.json
@@ -2011,8 +2011,12 @@
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2228"
}
]
},
+ "contentScopeExperiments": {
+ "state": "disabled",
+ "exceptions": []
+ },
"contextualOnboarding": {
"exceptions": [],
"state": "disabled"
},
v3/ios-config.json (1 more)
--- v3/macos-config.json
+++ v3/macos-config.json
@@ -2060,8 +2060,34 @@
]
}
}
},
+ "contentScopeExperiments": {
+ "state": "enabled",
+ "exceptions": [],
+ "features": {
+ "fingerprintingCanvas": {
+ "state": "disabled",
+ "rollout": {
+ "steps": [
+ {
+ "percent": 25
+ }
+ ]
+ },
+ "cohorts": [
+ {
+ "name": "control",
+ "weight": 1
+ },
+ {
+ "name": "treatment",
+ "weight": 1
+ }
+ ]
+ }
+ }
+ },
"contextualOnboarding": {
"exceptions": [],
"state": "enabled"
},
latestv4/android-config.json (11 more)
--- v4/windows-config.json
+++ v4/windows-config.json
@@ -1625,8 +1625,12 @@
"domain": "flexmls.com"
}
]
},
+ "contentScopeExperiments": {
+ "state": "disabled",
+ "exceptions": []
+ },
"contextualOnboarding": {
"exceptions": [],
"state": "disabled"
},
v4/ios-config.json (1 more)
--- v4/macos-config.json
+++ v4/macos-config.json
@@ -1670,8 +1670,34 @@
]
}
}
},
+ "contentScopeExperiments": {
+ "state": "enabled",
+ "exceptions": [],
+ "features": {
+ "fingerprintingCanvas": {
+ "state": "disabled",
+ "rollout": {
+ "steps": [
+ {
+ "percent": 25
+ }
+ ]
+ },
+ "cohorts": [
+ {
+ "name": "control",
+ "weight": 1
+ },
+ {
+ "name": "treatment",
+ "weight": 1
+ }
+ ]
+ }
+ }
+ },
"contextualOnboarding": {
"exceptions": [],
"state": "enabled"
},
|
Closing as we did this elsewhere. :) |
Asana Task/Github Issue:
Description Pre-approved PR to disable Fingerprinting canvas experiment on Apple platform if needed
Feature change process:
Additional info:
Site breakage mitigation process:
Brief explanation
Reported URL:
Problems experienced:
Platforms affected:
Tracker(s) being unblocked:
Feature being disabled:
I have referenced the URL of this PR as the "reason" value for the exception (where applicable).
This change is a speculative mitigation to fix reported breakage.
Reference