-
Notifications
You must be signed in to change notification settings - Fork 77
AuthV2 development feature flag override #2931
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?
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, 01 Apr 2025 16:59:09 GMT legacytrackers-unprotected-temporary.txt (12 more)
v3/ios-config.json--- v3/ios-config.json
+++ v3/ios-config.json
@@ -7257,8 +7257,12 @@
]
},
"minSupportedVersion": "7.148.0"
},
+ "privacyProAuthV2": {
+ "state": "internal",
+ "minSupportedVersion": "7.164.0"
+ },
"privacyProFreeTrialJan25": {
"state": "disabled",
"targets": [
{
v3/macos-config.json--- v3/macos-config.json
+++ v3/macos-config.json
@@ -7269,8 +7269,12 @@
}
]
},
"minSupportedVersion": "1.116.0"
+ },
+ "privacyProAuthV2": {
+ "state": "internal",
+ "minSupportedVersion": "1.133.0"
}
}
},
"privacyProtectionsPopup": {
latestv4/android-config.json (11 more)
v4/ios-config.json--- v4/ios-config.json
+++ v4/ios-config.json
@@ -6732,8 +6732,12 @@
]
},
"minSupportedVersion": "7.148.0"
},
+ "privacyProAuthV2": {
+ "state": "internal",
+ "minSupportedVersion": "7.164.0"
+ },
"privacyProFreeTrialJan25": {
"state": "disabled",
"targets": [
{
v4/macos-config.json--- v4/macos-config.json
+++ v4/macos-config.json
@@ -6733,8 +6733,12 @@
}
]
},
"minSupportedVersion": "1.116.0"
+ },
+ "privacyProAuthV2": {
+ "state": "internal",
+ "minSupportedVersion": "1.133.0"
}
}
},
"privacyProtectionsPopup": {
|
Task/Issue URL: https://app.asana.com/0/72649045549333/1209283428785610/f CC: @miasma13 @diegoreymendez ### Description Changes the AuthV2 Feature flag from disabled to remoteDevelopment duckduckgo/privacy-configuration#2931 is the related privacy-configuration PR for enabling it
Asana Task/Github Issue: https://app.asana.com/0/414235014887631/1209283428785610/f
Description
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