> this issue has gone unfixed, for unknown reasons The reason is just that no-one has thought it important enough to fix, and/or no-one has been able to get sufficient agreement on what the correct fix is. Let's not pretend there's a mystery.
Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
41–50 of 82 posts
Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#42Earlier quoted context omitted.
I'd like Firefox to stop focusing on revamping the user interface every five minutes, that's all. Might be a start.
When was the last time they revamped the UI? Honestly cannot remember.
Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#43One of the sites opened fullscreen mode to hide browser UI. Note that currently web browser developers are implementing a fullscreen mode with keyboard lock that is much harder to leave because it blocks most of system key combinations: [1]. The only keys that will still work are Ctrl + Alt + Del or holding an Esc for two seconds. And as I assume you cannot leave it using mouse or touchpad. Another problem is that br…
What possible justification is there for this? Looks like this can become an ideal way to 'force' unsuspecting users to interact with a malicious site...
Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#44Why does nobody target the root cause? The possibility to show popups and popovers in browsers should be removed completely. There are little to no legit uses for them. Even reputable websites use them only to nag and annoy their users. And don't get me started about Javascript. This is a plague, that causes more problems than it solves.
For all the time browsers have been providing this, no one's ever come even close to a good alternative.
That's why the JS-powered browsing experience will never go away, there's nothing like it for how people actually use computers now.
Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#45The bigger problem is that a authentication dialog is a window modal, which makes the entire browser inoperative. If it wasn’t for this, you could simply close the tab with the malicious site. This broader issue is reported on the bug #123913, which is 17 years old. The bug is old enough to drive.
Isn't that a common issue across browsers? I know on iOS, I get burned by shady sites on Safari that do redirects and pop up a browser-level modal that somehow stops me from closing the tab until I turn off Javascript and restart the browser.
Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#46Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#47Ironically enough, when I go to that site, I immediately (feel like I) lose control of the browser because it pops up the "do you want to allow notifications on this site" which stops me from scrolling down on the keyboard.
Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#48Ironically enough, when I go to that site, I immediately (feel like I) lose control of the browser because it pops up the "do you want to allow notifications on this site" which stops me from scrolling down on the keyboard.
With uBlock Origin and uMatrix it looks extremely clean to me.
Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#49Yet another reason to use an extension like uMatrix to disallow javascript by default, and only allow the absolute minimum that sites you trust need to function.
Not allowing JavaScript turns into a chore when you find out that websites break in non obvious ways. I do not want to manually enable/disable JavaScript when the browser is a means to an end for me.
Seriously, though, you're right — and every time I'm forced to enable a new JavaScript source in uMatrix, I'm angered at the site which requires it. In some cases, I just don't even bother using such sites — why buy something from someone who respects neither me nor the Web enough to provide a usable site without tons of JavaScript?
Re: Malicious sites abuse 11-year-old Firefox bug that Mozilla failed to fix
#50The bigger problem is that a authentication dialog is a window modal, which makes the entire browser inoperative. If it wasn’t for this, you could simply close the tab with the malicious site. This broader issue is reported on the bug #123913, which is 17 years old. The bug is old enough to drive.
Not to defend Mozilla's inability to prioritize , but ... Isn't that a common issue across browsers? I know on iOS, I get burned by shady sites on Safari that do redirects and pop up a browser-level modal that somehow stops me from closing the tab until I turn off Javascript and restart the browser.