Skip to content

[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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CrisBarreiro
Copy link
Contributor

@CrisBarreiro CrisBarreiro commented Apr 3, 2025

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:

  • I have added a schema to validate this feature change
  • I have tested this change locally
  • This code for the config change is ready to merge
  • This feature was covered by a tech design

Additional info:

  • I have tested this change locally in all supported browsers
  • This change will be visible to users
  • This code for the config change is ready
  • This change was covered by a ship review

Site breakage mitigation process:

Brief explanation

  • Reported URL:

  • Problems experienced:

  • Platforms affected:

    • iOS
    • Android
    • Windows
    • MacOS
    • Extensions
  • 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

@CrisBarreiro CrisBarreiro added the DO NOT MERGE Don't merge this branch unless directed label Apr 3, 2025
Copy link

github-actions bot commented Apr 3, 2025

Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana).
- The best reviewer is most likely a feature or platform owner.
- If they've got permission to approve, you're good to merge. See CODEOWNERS
- As a fallback the Global owners are:
- Breakage AOR
- Breakage triagers
- Config AOR
Please mark this as draft unless there's intention to merge this.
Click the "Merge When Ready" if you're happy for this to automatically get merged once reviewed.
- If the option isn't available to you; ensure you've signed into DuckDuckGo oauth.
Also don't forget to add schema changes to validate if you're adding/changing a feature.

@CrisBarreiro CrisBarreiro changed the base branch from main to feature/cris/malicious-site-protection/start-rollout April 3, 2025 09:45
@duckduckgo duckduckgo deleted a comment from github-actions bot Apr 3, 2025
@CrisBarreiro CrisBarreiro force-pushed the feature/cris/malicious-site-protection/stop-rollout branch 2 times, most recently from 8ef3eaa to d62d495 Compare April 3, 2025 09:49
Copy link

github-actions bot commented Apr 3, 2025

Generated file outputs:

Time updated: Tue, 06 May 2025 09:02:54 GMT

legacy
trackers-unprotected-temporary.txt (13 more)
  • trackers-unprotected-temporary.txt
  • v3/extension-brave-config.json
  • v3/extension-bravemv3-config.json
  • v3/extension-chrome-config.json
  • v3/extension-chromemv3-config.json
  • v3/extension-config.json
  • v3/extension-edg-config.json
  • v3/extension-edge-config.json
  • v3/extension-edgmv3-config.json
  • v3/extension-firefox-config.json
  • v3/extension-safarimv3-config.json
  • v3/ios-config.json
  • v3/macos-config.json
  • v3/windows-config.json

⚠️ File is identical

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": {
latest
v4/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)
  • v4/extension-brave-config.json
  • v4/extension-bravemv3-config.json
  • v4/extension-chrome-config.json
  • v4/extension-chromemv3-config.json
  • v4/extension-config.json
  • v4/extension-edg-config.json
  • v4/extension-edge-config.json
  • v4/extension-edgmv3-config.json
  • v4/extension-firefox-config.json
  • v4/extension-safarimv3-config.json
  • v4/ios-config.json
  • v4/macos-config.json
  • v4/windows-config.json

⚠️ File is identical

@CrisBarreiro CrisBarreiro marked this pull request as ready for review April 3, 2025 10:06
@CrisBarreiro CrisBarreiro requested review from a team as code owners April 3, 2025 10:06
@CrisBarreiro CrisBarreiro requested a review from cmonfortep April 3, 2025 10:06
@CrisBarreiro CrisBarreiro force-pushed the feature/cris/malicious-site-protection/stop-rollout branch 2 times, most recently from 880edd3 to e19d320 Compare April 4, 2025 08:29
cmonfortep
cmonfortep previously approved these changes Apr 7, 2025
Base automatically changed from feature/cris/malicious-site-protection/start-rollout to main April 7, 2025 08:21
@CrisBarreiro CrisBarreiro dismissed cmonfortep’s stale review April 7, 2025 08:21

The base branch was changed.

github-actions bot pushed a commit that referenced this pull request Apr 7, 2025
@CrisBarreiro CrisBarreiro force-pushed the feature/cris/malicious-site-protection/stop-rollout branch from 9285ef0 to 4e19d22 Compare May 5, 2025 09:21
@github-actions github-actions bot requested a review from cmonfortep May 5, 2025 09:21
github-actions bot pushed a commit that referenced this pull request May 5, 2025
@duckduckgo duckduckgo deleted a comment from github-actions bot May 6, 2025
github-actions bot pushed a commit that referenced this pull request May 6, 2025
@CrisBarreiro CrisBarreiro force-pushed the feature/cris/malicious-site-protection/stop-rollout branch from 4e19d22 to d751d36 Compare May 6, 2025 09:02
github-actions bot pushed a commit that referenced this pull request May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Don't merge this branch unless directed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants