And what happens in WebGL?
The Deathray: A simple way for an untrusted site to freeze a Mac
71–80 of 198 posts
Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#72Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#73Back in the 90s when the web was non-commercial and fun, I added a "Don't Click Me" link that loaded a 'browser test' page (after a series of "are you really really sure?" dialogs) that exploited every historical browser bug I could find. Infinite popups, inescapable dialogs, ActiveX quirks, various hangs and crashes, the works. If it didn't crash your computer, it eventually displayed a single popup that said "Congr…
Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#74[flagged]
From https://news.ycombinator.com/newsguidelines.html:
"Don't be snarky."
"Edit out swipes."
Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#75Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#76Is there a reason you need the fake for loop and the vertex shader? Can a single infinitely looping shader not do the same thing? And what happens in WebGL?
Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#77Is there a reason you need the fake for loop and the vertex shader? Can a single infinitely looping shader not do the same thing? And what happens in WebGL?
Interestingly though there was another way to make only the tab crash, even if I had all three shaders in the pipeline: If I placed the canvas far offscreen using position: absolute, only the tab would crash even if the render shaders were waiting! There's some weird interactions going on I don't yet fully understand.
Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#78Does this reproduce with just the compute pass, or does WindowServer deadlock on the canvas drawable?
Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#79Back in the 90s when the web was non-commercial and fun, I added a "Don't Click Me" link that loaded a 'browser test' page (after a series of "are you really really sure?" dialogs) that exploited every historical browser bug I could find. Infinite popups, inescapable dialogs, ActiveX quirks, various hangs and crashes, the works. If it didn't crash your computer, it eventually displayed a single popup that said "Congr…
Re: The Deathray: A simple way for an untrusted site to freeze a Mac
#80Back in the 90s when the web was non-commercial and fun, I added a "Don't Click Me" link that loaded a 'browser test' page (after a series of "are you really really sure?" dialogs) that exploited every historical browser bug I could find. Infinite popups, inescapable dialogs, ActiveX quirks, various hangs and crashes, the works. If it didn't crash your computer, it eventually displayed a single popup that said "Congr…
there was a common "shock site" called "last measure" that did this. it loaded all sorts of offensive images, blasted a loop of a guy yelling something offensive about pornography, and then proceded to lock up your machine.