Closed calpaterson closed 7 months ago
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
Set Clear-Site-Data: * on the response to a sign out request
Clear-Site-Data: *
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data
Got the idea from https://news.ycombinator.com/item?id=40062595
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 requesthttps://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data
Got the idea from https://news.ycombinator.com/item?id=40062595