Skip to content

Commit

Permalink
Revert "Add Malicious Site Protections Configuration (#2502)"
Browse files Browse the repository at this point in the history
This reverts commit 159a362.
  • Loading branch information
not-a-rootkit authored Nov 27, 2024
1 parent 159a362 commit ef290dc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 45 deletions.
8 changes: 0 additions & 8 deletions features/malicious-site-protection.json

This file was deleted.

2 changes: 1 addition & 1 deletion features/phishing-detection.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_meta": {
"description": "Phishing Detection: this feature is deprecated in favour of MaliciousSiteProtection.",
"description": "Phishing Detection",
"sampleExcludeRecords": {}
},
"state": "disabled",
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const featuresToIncludeTempUnprotectedExceptions = [
'navigatorInterface',
'nonTracking3pCookies',
'performanceMetrics',
'phishingDetection',
'referrer',
'requestFilterer',
'runtimeChecks',
Expand Down
8 changes: 0 additions & 8 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -1448,14 +1448,6 @@
},
"showOnAppLaunch": {
"state": "enabled"
},
"maliciousSiteProtection": {
"state": "internal",
"settings": {
"hashPrefixUpdateFrequency": 20,
"filterSetUpdateFrequency": 720
},
"exceptions": []
}
},
"unprotectedTemporary": [],
Expand Down
15 changes: 9 additions & 6 deletions overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,13 +596,16 @@
}
}
},
"maliciousSiteProtection": {
"phishingDetection": {
"state": "internal",
"settings": {
"hashPrefixUpdateFrequency": 20,
"filterSetUpdateFrequency": 720
},
"exceptions": []
"features": {
"allowErrorPage": {
"state": "internal"
},
"allowPreferencesToggle": {
"state": "internal"
}
}
},
"backgroundAgentPixelTest": {
"state": "enabled",
Expand Down
8 changes: 0 additions & 8 deletions overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,14 +1060,6 @@
}
}
},
"maliciousSiteProtection": {
"state": "internal",
"settings": {
"hashPrefixUpdateFrequency": 20,
"filterSetUpdateFrequency": 720
},
"exceptions": []
},
"backgroundAgentPixelTest": {
"state": "enabled",
"features": {
Expand Down
8 changes: 0 additions & 8 deletions overrides/windows-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,14 +363,6 @@
},
"windowsNewTabPageExperiment": {
"state": "disabled"
},
"maliciousSiteProtection": {
"state": "internal",
"settings": {
"hashPrefixUpdateFrequency": 20,
"filterSetUpdateFrequency": 720
},
"exceptions": []
}
},
"unprotectedTemporary": []
Expand Down
6 changes: 0 additions & 6 deletions schema/features/malicious-site-protection.ts

This file was deleted.

0 comments on commit ef290dc

Please sign in to comment.