Vancouver PD website features Quick Escape button that wipes itself from history
111–120 of 156 posts
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#112The gov.uk Design System calls this the "Exit a page quickly" pattern [1], with an associated component [2]. It can be activated by clicking the Shift key three times. There's this nice blog [3] that explains why they chose Shift instead of other keys, and also gives a nice overview of the pattern. [1] https://design-system.service.gov.uk/patterns/exit-a-page-qu... [2] https://design-system.service.gov.uk/components/…
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#113[flagged]
A quick wipe and that didn’t happen. Works wonders.
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#114I've implemented quick exit/escape buttons for a few organisations over the years and have spent a bit of time thinking about the limitations. This pattern is definitely better than most and it is refreshing seeing they put some resources into it. In my professional experience, organisations often chose the "a link to another site like google is fine" option to save money and time while still getting to boast about t…
The other site someone mentioned (https://www.thetrevorproject.org/) doesn't have that issue.
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#115Re: Vancouver PD website features Quick Escape button that wipes itself from history
#116Isn't that what "incognito mode" is for? Why should random websites have the capability to wipe themselves from history?
This page serves the 0.01% most vulnerable.
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#117Earlier quoted context omitted.
This would also leave intact cookies, local/session storage, indexeddb, caches. All of which abusers do actually check, when controlling their victims.
A quick check shows that they don't store anything as cookies or any other browser storage. The thing that still works is the back button after the redirection to Google, and you can still un-close the tab with Ctr-Shf-T which pops the Google page with back history intact. They have "cache-control: max-age=0" which probably should be changed to "cache-control: no-store". Still, the back button has the history if the…
That's what the "document.body.style.opacity = 0;" is for. Though I agree emptying out the body is probably better.
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#118The gov.uk Design System calls this the "Exit a page quickly" pattern [1], with an associated component [2]. It can be activated by clicking the Shift key three times. There's this nice blog [3] that explains why they chose Shift instead of other keys, and also gives a nice overview of the pattern. [1] https://design-system.service.gov.uk/patterns/exit-a-page-qu... [2] https://design-system.service.gov.uk/components/…
That blog entry is a delight to read! > As a result of advertising people being bastards, The gov.uk Design Team are a treasure.
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#119the favicon isn't removed
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#120Earlier quoted context omitted.
https://developer.mozilla.org/en-US/docs/Web/API/Location/re... This is known and commonly used -- since 1996. What's the risk? You can't change records about other domains.
I knew about history.replace but I had no idea you could cross sites. Suppose a site, for example, leaves a trail of Amazon Shopping, and curious, you go to it to recall what you did, but it’s Amaz0n instead.