-
Notifications
You must be signed in to change notification settings - Fork 81
[DO-NOT-MERGE] Pre-approved PR to disable MSP on Android if needed #2938
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?
[DO-NOT-MERGE] Pre-approved PR to disable MSP on Android if needed #2938
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
8ef3eaa
to
d62d495
Compare
Generated file outputs:Time updated: Tue, 06 May 2025 09:02:54 GMT legacytrackers-unprotected-temporary.txt (13 more)
v3/android-config.json--- v3/android-config.json
+++ v3/android-config.json
@@ -299,9 +299,9 @@
"fireproofedWebLocalStorage": {
"state": "enabled"
},
"enableMaliciousSiteProtection": {
- "state": "enabled",
+ "state": "disabled",
"minSupportedVersion": 52301000
},
"httpError5xxPixel": {
"state": "enabled"
@@ -8075,9 +8075,9 @@
"exceptions": [],
"minSupportedVersion": 51670000
},
"maliciousSiteProtection": {
- "state": "enabled",
+ "state": "disabled",
"exceptions": [
{
"domain": "broken.third-party.site",
"reason": "A test page that helps us verify if exceptions work correctly."
@@ -8092,9 +8092,9 @@
"filterSetUpdateFrequency": 720
},
"features": {
"visibleAndOnByDefault": {
- "state": "enabled",
+ "state": "disabled",
"minSupportedVersion": 52301000,
"rollout": {
"steps": [
{
@@ -8107,8 +8107,11 @@
"percent": 50
}
]
}
+ },
+ "canUpdateDatasets": {
+ "state": "disabled"
}
}
},
"marketplaceAdPostback": {
latestv4/android-config.json--- v4/android-config.json
+++ v4/android-config.json
@@ -290,9 +290,9 @@
"fireproofedWebLocalStorage": {
"state": "enabled"
},
"enableMaliciousSiteProtection": {
- "state": "enabled",
+ "state": "disabled",
"minSupportedVersion": 52301000
},
"httpError5xxPixel": {
"state": "enabled"
@@ -7534,9 +7534,9 @@
"exceptions": [],
"minSupportedVersion": 51670000
},
"maliciousSiteProtection": {
- "state": "enabled",
+ "state": "disabled",
"exceptions": [
{
"domain": "broken.third-party.site"
},
@@ -7549,9 +7549,9 @@
"filterSetUpdateFrequency": 720
},
"features": {
"visibleAndOnByDefault": {
- "state": "enabled",
+ "state": "disabled",
"minSupportedVersion": 52301000,
"rollout": {
"steps": [
{
@@ -7564,8 +7564,11 @@
"percent": 50
}
]
}
+ },
+ "canUpdateDatasets": {
+ "state": "disabled"
}
}
},
"marketplaceAdPostback": {
v4/extension-brave-config.json (12 more)
|
880edd3
to
e19d320
Compare
9285ef0
to
4e19d22
Compare
4e19d22
to
d751d36
Compare
Asana Task/Github Issue: https://app.asana.com/0/72649045549333/1209879813659856/f
Description
Pre-approved PR to disable MSP on Android 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: maliciousSiteProtection
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