From 390e583b6eed49972d0d0343e64139bf186d65c3 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Fri, 11 Jul 2025 02:46:19 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c5066e8..a69785f 100644 --- a/Home.md +++ b/Home.md @@ -18,4 +18,12 @@ torrent client * SQLite DB ## SSD-friendly -The crawler is designed to use an in-memory index; it writes data to disk only when specified options are requested and only when the data needs to be updated (through additional read-only filters). \ No newline at end of file +The crawler is designed to use an in-memory index; it writes data to disk only when specified options are requested and only when the data needs to be updated (through additional read-only filters). + +## Memory-safe + +This crawler also includes limitations on index length and member values, based on the custom argument options or its defaults. + +## Privacy-oriented + +Exported data values, such as RSS content, are sanitized for BOM characters, HTML entities, and XSS injections to ensure safe use in clients without additional setup. However, this project is still in development, so please use it with caution, or make your revision and report any [issues](https://github.com/YGGverse/aquatic-crawler/issues) found. \ No newline at end of file