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