Bug 31677
Summary: | [Qt] Page doesn't load when website omits Content-Type | ||
---|---|---|---|
Product: | WebKit | Reporter: | ns1000 |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | benjamin, ns1000 |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
ns1000
QtWebkit doesn't load pages when the webserver doesn't send the Content-Type header and (i think) it can't guess the mime-type by the extension.
All other major browsers seem to default to mime-type text/html.
Example here:
http://any-world.ngd.ysm.yahoodns.net/st?ad_type=iframe&ad_size=468x60§ion=732502
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
Unsupported content have to be handled by the browser, it is not automatic.
See QWebPage::unsupportedContent() and setForwardUnsupportedContent().