Closed
Bug 1579179
Opened 6 years ago
Closed 6 years ago
Inconsistent handling of the loadinfo GetSkipContentSniffing flag
Categories
(Core :: DOM: Security, defect, P1)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: sstreich)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
Some places pay attention to that flag for all channels, but some do it only for HTTP channels (because they QI the request to nsIHttpChannel, not nsIChannel). We should probably consistently do this for all channels.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sstreich
Flags: needinfo?(sstreich)
Updated•6 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [domsecurity-active]
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/196b0b3db456
Use nsIChannel for noSniff checks r=ckerschb
Keywords: checkin-needed
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•