Open
Bug 1253179
Opened 10 years ago
Updated 3 years ago
Unwanted content still loaded using javascript URI scheme (spoof)
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
People
(Reporter: pauly, Unassigned)
References
Details
[Note]:
- follow-up of bug 1228754
[Affected versions]:
- 45, 46.0a2 (2016-03-02), 47.0a1 (2016-03-02)
[Affected platforms]:
- all
[Steps to reproduce]:
1. Open https://bugzilla.mozilla.org/attachment.cgi?id=8695015 (testcase in bug 1228754)
2. Press on "Click here"
[Expected result]:
- about:blank should be displayed
- no content should be loaded (see Google Chrome's behavior)
[Actual result]:
- about:blank is displayed
- unwanted content is loaded
[Regression range]:
- not a regression
Comment 1•10 years ago
|
||
How do IE, Edge and Safari behave? How does Chrome behave if you turn off the XSS filter, if that's possible?
Flags: needinfo?(paul.silaghi)
| Reporter | ||
Comment 2•10 years ago
|
||
IE 11: location bar -> https://login.google.com/
content: This page can’t be displayed
Safari: location bar -> https://login.google.com/
content: Safari can't find the server
Edge: location bar -> https://bug1228754.bmoattachments.org/attachment.cgi?id=8695015&t=zIzvKDc9XyXcXUhefFHHF8
content: white page
Chrome: location bar -> https://bug1228754.bmoattachments.org/attachment.cgi?id=8695015&t=zIzvKDc9XyXcXUhefFHHF8
content: initial "Click here" page
Same results if starting Chrome with --disable-xss-auditor, but I think the option did nothing, from what I've read it is no longer possible to disable the filter starting with Chrome 42.
Flags: needinfo?(paul.silaghi)
Comment 3•10 years ago
|
||
This needs more investigation to be useful, but it is at least not a location bar bug. It's not clear to me under what conditions the other browsers display a blank page and what is different in Gecko in that respect.
Component: Location Bar → Document Navigation
Product: Firefox → Core
Comment 4•10 years ago
|
||
This feels related to bug 1251028. I'll needinfo smaug here since he's been looking there.
Flags: needinfo?(bugs)
Whiteboard: btpp-followup-2016-03-11
| Reporter | ||
Updated•10 years ago
|
status-firefox44:
--- → affected
Updated•8 years ago
|
Flags: needinfo?(bugs)
Priority: -- → P3
Updated•8 years ago
|
Whiteboard: btpp-followup-2016-03-11
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•