From 70d9f124600705bc4f89f83f713f8181252823e1 Mon Sep 17 00:00:00 2001 From: pax Date: Sat, 4 Apr 2026 21:07:02 -0500 Subject: [PATCH] Add Privacy section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fefc133..feb3c1c 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,12 @@ A template is available in Settings > Theme > Create from Template. | Library | `~/.local/share/booru-viewer/saved/` | `%APPDATA%\booru-viewer\saved\` | | Theme | `~/.local/share/booru-viewer/custom.qss` | `%APPDATA%\booru-viewer\custom.qss` | +## Privacy + +booru-viewer makes **no connections** except to the booru sites you configure. There is no telemetry, analytics, update checking, or phoning home. All data stays local on your machine. + +Every outgoing request is logged in the debug panel (View > Log) so you can verify this yourself — you will only see requests to the booru API endpoints and CDNs you chose to connect to. + ## License MIT