From ff6ebc90949b0e37517d2b56ddea1f1f46a83439 Mon Sep 17 00:00:00 2001 From: Ivan Yurchenko Date: Sun, 8 Dec 2024 12:43:32 +0200 Subject: [PATCH] Add key security note --- README.md | 3 +++ src/options.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 8d9ac13..b4f6d69 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A bring-your-own-key browser extension for summarizing Hacker News articles with The extension will add the summarize buttons to the HN front page and article pages. Just provide your Anthropic or OpenAI API key and you're good to go. +🔒️ Security note: The API keys are stored in your browser's storage and synced across devices if the browser is configured to do so. +They are sent by the extension to the LLM providers only. + ![Screenshot 1](screen1.png) ![Screenshot 2](screen2.png) diff --git a/src/options.html b/src/options.html index d4a82a7..70ee20a 100644 --- a/src/options.html +++ b/src/options.html @@ -27,6 +27,9 @@ +

🔒️ Security note: The API keys are stored in your browser's storage and synced across devices if the browser is configured to do so. + They are sent by the extension to the LLM providers only.

+