Skip to content

Commit

Permalink
Add Malicious Site Protection onByDefault subfeature override for mac…
Browse files Browse the repository at this point in the history
…OS (#2676)

* Add Malicious Site Protection onByDefault subfeature override for macOS

* remove broken.third-party.site exception

* make the subfeature 'enabled'
  • Loading branch information
mallexxx authored Jan 23, 2025
1 parent 179ae37 commit a4f61ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,19 @@
}
}
}
},
"maliciousSiteProtection": {
"state": "enabled",
"features": {
"onByDefault": {
"state": "enabled"
}
},
"settings": {
"hashPrefixUpdateFrequency": 20,
"filterSetUpdateFrequency": 720
},
"exceptions": []
}
},
"unprotectedTemporary": [
Expand Down

0 comments on commit a4f61ef

Please sign in to comment.