Closed
Bug 1727770
Opened 4 years ago
Closed 3 years ago
about:downloads menu accesskey triggers a javascript event
Categories
(Firefox :: Security, defect)
Firefox
Security
Tracking
()
RESOLVED
FIXED
People
(Reporter: tjr, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fixed by bug 1727803])
Reproduction steps:
- Start Firefox with a debugger
- break on
nsContentSecurityUtils::ValidateScriptFilename
- continue the program, you'll break right away. Use
list
to traverse down the function until you find the MOZ_LOG line here. nowbreak nsContentSecurityUtils.cpp:12345
or whatever your linenumber is. - disable breakpoint 1
- continue
- Navigate to https://ritter.vg/misc/transient/zero.bin which is a 1GB zero-file
- While it is downloading, go to about:downloads
- Right click the in-progress download so you get the menu, click
l
to trigger the 'Copy Download Link' menu item. - Firefox should break at the MOZ_LOG
Reporter | ||
Comment 2•3 years ago
|
||
Fixed in Bug 1727803
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•