calpaterson / csvbase

a simple website for sharing table data - with an API
https://csvbase.com
GNU Affero General Public License v3.0
376 stars 13 forks source link

Set `Clear-Site-Data` on sign out #110

Closed calpaterson closed 7 months ago

calpaterson commented 7 months ago

Brief overview

AS A user signing out of csvbase

I WANT all local data to be gotten rid of

SO THAT I don't have to worry about leaving traces on my computer

Additional details

Set Clear-Site-Data: * on the response to a sign out request

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data

Got the idea from https://news.ycombinator.com/item?id=40062595