Skip to content

Commit

Permalink
Merge pull request #11 from ivanyu/key-security-notice
Browse files Browse the repository at this point in the history
Add key security note
  • Loading branch information
ivanyu authored Dec 8, 2024
2 parents 307fd33 + ff6ebc9 commit 9354324
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
</head>

<body>
<p>🔒️ 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.</p>

<form id="optionsForm">
<div id="openai-options" class="options-group">
<div class="options-row">
Expand Down

0 comments on commit 9354324

Please sign in to comment.