From efd8326557770ee6de666e7c7126adb3740f094d Mon Sep 17 00:00:00 2001 From: William Martin Date: Wed, 22 Oct 2025 17:28:15 -0400 Subject: [PATCH] add readme --- .../src/dirt/phishing-detection/services/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/browser/src/dirt/phishing-detection/services/README.md diff --git a/apps/browser/src/dirt/phishing-detection/services/README.md b/apps/browser/src/dirt/phishing-detection/services/README.md new file mode 100644 index 00000000000..de415295df7 --- /dev/null +++ b/apps/browser/src/dirt/phishing-detection/services/README.md @@ -0,0 +1,10 @@ +# Phishing Detection Local Data + +This feature provides a local phishing domains database for offline detection in the browser extension. The local database is loaded as a fallback if the remote database fails to fetch. + +The `data` directory contains auto-generated domain lists and metadata. +Files in this directory are created by the `fetch-phishing-domains.sh` shell script. + +The phishing domains data is split into multiple files due to the 5MB file size limit in Firefox extensions. + +**Do not edit files in `data` manually; they will be overwritten by the update script.**