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.**