-
Notifications
You must be signed in to change notification settings - Fork 106
htang/restore-subscription/Add remote override #3856
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
base: main
Are you sure you want to change the base?
htang/restore-subscription/Add remote override #3856
Conversation
|
👋 Don't forget to add an individual reviewer (in addition to those auto-added), as this will create a task for them in Asana.
👉 Please mark this as DRAFT unless there's an intention to merge this immediately. |
Generated file outputs:Time updated: Thu, 09 Oct 2025 09:20:50 GMT legacy25 files identical
2 files changed
--- v4/ios-config.json (and 1 other files)
+++ v4/ios-config.json
@@ -83215,10 +83215,12 @@
"paidAIChat": {
"state": "enabled",
"minSupportedVersion": "7.181.0"
},
- "winBackOffer": {
- "state": "disabled"
+ "subscriptionRestoreWidePixelMeasurement": {
+ "state": "disabled",
+ "description": "Enables wide pixel measurement for Privacy Pro subscription restore events",
+ "minSupportedVersion": "7.191.0"
}
}
},
"privacyProtectionsPopup": {
2 files changed
--- v4/macos-config.json (and 1 other files)
+++ v4/macos-config.json
@@ -83213,10 +83213,12 @@
"paidAIChat": {
"state": "enabled",
"minSupportedVersion": "1.153.0"
},
- "winBackOffer": {
- "state": "disabled"
+ "subscriptionRestoreWidePixelMeasurement": {
+ "state": "disabled",
+ "description": "Enables wide pixel measurement for Privacy Pro subscription restore events",
+ "minSupportedVersion": "1.161.0"
}
}
},
"privacyProtectionsPopup": {
latest12 files identical
v5/ios-config.json--- v5/ios-config.json
+++ v5/ios-config.json
@@ -83215,10 +83215,12 @@
"paidAIChat": {
"state": "enabled",
"minSupportedVersion": "7.181.0"
},
- "winBackOffer": {
- "state": "disabled"
+ "subscriptionRestoreWidePixelMeasurement": {
+ "state": "disabled",
+ "description": "Enables wide pixel measurement for Privacy Pro subscription restore events",
+ "minSupportedVersion": "7.191.0"
}
}
},
"privacyProtectionsPopup": {
v5/macos-config.json--- v5/macos-config.json
+++ v5/macos-config.json
@@ -83213,10 +83213,12 @@
"paidAIChat": {
"state": "enabled",
"minSupportedVersion": "1.153.0"
},
- "winBackOffer": {
- "state": "disabled"
+ "subscriptionRestoreWidePixelMeasurement": {
+ "state": "disabled",
+ "description": "Enables wide pixel measurement for Privacy Pro subscription restore events",
+ "minSupportedVersion": "1.161.0"
}
}
},
"privacyProtectionsPopup": {
|
JSON approval analysis:Time updated: Thu, 09 Oct 2025 09:20:56 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
…to htang/restore-subscription/Add-remote-config
Asana Task/Github Issue: https://app.asana.com/1/137249556945/task/1211354430557015?focus=true
Description
Emergency override in case anything goes wrong.
Add remote feature override for
subscriptionRestoreWidePixelMeasurementon both iOS & MacOSFeature change process:
Note
Adds a disabled
subscriptionRestoreWidePixelMeasurementfeature override underprivacyProfor iOS (min 7.191.0) and macOS (min 1.161.0).overrides/ios-override.json):privacyPro.features.subscriptionRestoreWidePixelMeasurement(state:disabled, minSupportedVersion:7.191.0, description provided).overrides/macos-override.json):privacyPro.features.subscriptionRestoreWidePixelMeasurement(state:disabled, minSupportedVersion:1.161.0, description provided).Written by Cursor Bugbot for commit 18cc08a. This will update automatically on new commits. Configure here.