Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/routes/privacy-policy/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@
<h2>7. Your Rights and Choices</h2>
<p>Users have the right to request access to their data, request deletion, or review the information stored about them. You can exercise these rights by contacting us at privacy@potat.app.</p>

<h2>8. Updates to This Policy</h2>
<h2>8. Opting Out</h2>
<p>Users may opt out of chat logs being collected from them by going to <a href="https://logs.potat.app/?optout=" target="_blank" rel="noopener noreferrer">our rustlog instance</a> and opting out with the command given and once opted out, all existing logs will be deleted. Opting out is permanent and cannot be reversed.</p>

@RyanPotat RyanPotat Jun 11, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this would be confusing, opting out there wouldn't affect potat commands nessesarily, maybe we should just mention zonian's bestlogs status page instead of our instance


<h2>9. Updates to This Policy</h2>
<p>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be reflected on this page, and the date of the most recent update will be provided at the top of this policy.</p>

<h2>9. Contact Information</h2>
<h2>10. Contact Information</h2>
<p>If you have any questions or concerns regarding this Privacy Policy, please contact us at privacy@potat.app.</p>
</fieldset>
</form>
Expand Down
Loading