-
Notifications
You must be signed in to change notification settings - Fork 973
Hard to exit/close Brave when site spams you with message box / alerts #3794
Comments
There is a reason why other browsers have a checkbox in JS dialogs saying “Don’t allow more dialogs from this origin” that stops JS execution in the tab. :) |
@bbondy I think we should add this one to 1.0. If you get hit with this it can be difficult or even impossible (for the average user) to get out of even after killing Brave. This fix is relatively straightforward and can be done without any electron changes |
a HackerOne reporter pointed out that the same thing can happen with window.print: https://hackerone.com/reports/176364 |
Wow, I think @jonathansampson may be game to take this issue. |
Related issue: #2755 |
Created #7106 to separately track the |
Moving to 0.13.4 |
+1 from community: |
Verified on master. Works fine |
Test Plan
output
area, click theClick me to test an alert
buttonClick me to test an alert
button againClick me to test an alert
button againoriginal issue text
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Mistyping "gmail.com" brings one to "need-support.in". There appears to be an message box loop; it is not possible to dismiss the message box, as the content causes the dialog layout height to exceed the screen height. Brave process do not respond to
kill
.Brave takes no action when File->Close or File->Quit is clicked. Other tabs cannot be switched to.
Expected behavior:
Details
The text was updated successfully, but these errors were encountered: