-
Notifications
You must be signed in to change notification settings - Fork 81
add message bridge support for subscriptions feature on windows #3072
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: Fri, 02 May 2025 09:43:37 GMT legacytrackers-unprotected-temporary.txt (13 more)
v3/windows-config.json--- v3/windows-config.json
+++ v3/windows-config.json
@@ -6882,12 +6882,23 @@
},
"messageBridge": {
"exceptions": [],
"settings": {
- "aiChat": "disabled",
- "domains": []
+ "subscriptions": "disabled",
+ "domains": [
+ {
+ "domain": "duckduckgo.com",
+ "patchSettings": [
+ {
+ "op": "replace",
+ "path": "/subscriptions",
+ "value": "enabled"
+ }
+ ]
+ }
+ ]
},
- "state": "disabled"
+ "state": "enabled"
},
"navigatorInterface": {
"exceptions": [
{
latestv4/android-config.json (12 more)
v4/windows-config.json--- v4/windows-config.json
+++ v4/windows-config.json
@@ -6357,12 +6357,23 @@
},
"messageBridge": {
"exceptions": [],
"settings": {
- "aiChat": "disabled",
- "domains": []
+ "subscriptions": "disabled",
+ "domains": [
+ {
+ "domain": "duckduckgo.com",
+ "patchSettings": [
+ {
+ "op": "replace",
+ "path": "/subscriptions",
+ "value": "enabled"
+ }
+ ]
+ }
+ ]
},
- "state": "disabled"
+ "state": "enabled"
},
"navigatorInterface": {
"exceptions": [
{
|
Asana Task/Github Issue:
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