Script could open any number of file pickers via simulating click on a `<a download>` link
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: u635660, Unassigned)
Details
Attachments
(1 file)
|
1.37 KB,
text/html
|
Details |
Steps to reproduce:
open firefox
go to https://rickroll.ndev.tk/feeder/
Actual results:
popups appear
Expected results:
it should block the popups chrome appears to
Updated•4 years ago
|
Comment 2•4 years ago
•
|
||
This is nothing to do with the popup blocker, it is about the script that could open any number of folder picks via simulating click on a <a download> link.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
This is a simplified test script that tries to download 5 files.
Comment 4•4 years ago
|
||
If the user chooses "Always ask you where to save file" in the about:preferences, we will show 5 file-save pickers simultaneously, or just start downloading 5 files. What Chrome does is show a permission dialog inform the user that the page will download multiple files and ask if the user allows doing so, and it shows the picker one by one. Safari seems to allow showing only two pickers at the time and ignore subsequent download actions.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
This is being worked on in bug 1711049
Description
•