StampyAI / stampy-chat

Conversational chatbot to answer questions about AI Safety & Alignment based on information retrieved from the Alignment Research Dataset
https://chat.stampy.ai
MIT License
13 stars 6 forks source link

Investigate non essential cookies #63

Closed Mishaall closed 1 year ago

Mishaall commented 1 year ago

Investigate (non essential) cookies on saving settings, whether we’re trying to avoid tracking in general. (dont want to track for privacy reason).

FraserLee commented 1 year ago

We currently persist settings on reload with local storage, not cookies. I don't think it needs any legal disclosure since access is entirely client-side. Is there a reason the current solution isn't sufficient and that we would need cookies?

ccstan99 commented 1 year ago

This question came up in the last meeting about keeping track of user settings for the level modes. Is that saved from session to session in local storage too?

FraserLee commented 1 year ago

Level modes are currently the only thing I save to local storage. Nothing else is persistent, and no cookies are used.