We should show the identity block for web-controlled about:blank, and the identity popup should show the domain + permissions of the site controlling about:blank
Categories
(Firefox :: Site Identity, defect, P3)
Tracking
()
People
(Reporter: Gijs, Assigned: bvandersloot)
References
Details
Attachments
(3 files, 3 obsolete files)
STR:
- open a website of your choice, e.g. https://www.mozilla.org/
- open the web console
- run:
document.body.onclick = () => { w = window.open("about:blank", "_blank"); }
- click somewhere in the document body
- observe URL bar in the newly opened tab
ER:
show identity block that lets you find out who opened about:blank
AR:
it doesn't.
Comment 1•6 years ago
|
||
I agree that this seems like an improvement. It might be nice to be able to convey the fact that this is an about:blank that's controlled by https://www.mozilla.org/ in the control center somehow.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Depends on D172677
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 5•2 years ago
|
||
I currently don't have time to work on this more. The WIP patches attached are not quite ready to be landed. The tricky part are the different UIs relying on the browser URI (identity panel, page info). Some need the full URI, some only the origin. Additionally some internal pages need special handling, such as the PDF viewer. I'm afraid this will need a bigger refactor.
Updated•2 years ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 6•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 7•1 year ago
|
||
Depends on D193803
Assignee | ||
Comment 8•1 year ago
|
||
Comment 10•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ee1bbb0ae2ca
https://hg.mozilla.org/mozilla-central/rev/756623a58d9f
https://hg.mozilla.org/mozilla-central/rev/c3e4663577c4
Updated•1 year ago
|
Updated•1 year ago
|
Description
•