-
Notifications
You must be signed in to change notification settings - Fork 106
[iOS][Malicious Site Protection] Increase Hash prefix update frequency to 8 hours #3925
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?
[iOS][Malicious Site Protection] Increase Hash prefix update frequency to 8 hours #3925
Conversation
|
👋 Don't forget to add an individual reviewer (in addition to those auto-added), as this will create a task for them in Asana.
👉 Please mark this as DRAFT unless there's an intention to merge this immediately. |
Generated file outputs:Time updated: Wed, 15 Oct 2025 11:35:32 GMT legacy27 files identical
2 files changed
--- v4/ios-config.json (and 1 other files)
+++ v4/ios-config.json
@@ -95171,9 +95171,9 @@
}
}
},
"settings": {
- "hashPrefixUpdateFrequency": 20,
+ "hashPrefixUpdateFrequency": 480,
"filterSetUpdateFrequency": 720
}
},
"marketplaceAdPostback": {
latest13 files identical
v5/ios-config.json--- v5/ios-config.json
+++ v5/ios-config.json
@@ -95171,9 +95171,9 @@
}
}
},
"settings": {
- "hashPrefixUpdateFrequency": 20,
+ "hashPrefixUpdateFrequency": 480,
"filterSetUpdateFrequency": 720
}
},
"marketplaceAdPostback": {
|
JSON approval analysis:Time updated: Wed, 15 Oct 2025 11:35:41 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
brindy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Asana Task/Github Issue: https://app.asana.com/1/137249556945/project/414709148257752/task/1211645814224499?focus=true
Description
Reduce high disk writes / energy consumption due to frequent updates of malicious site protection hash prefix

Feature change process:
Site breakage mitigation process:
Brief explanation
Note
Updates
maliciousSiteProtectionhash prefix update frequency from20to480minutes inoverrides/ios-override.json.Written by Cursor Bugbot for commit 436b86a. This will update automatically on new commits. Configure here.