Bug 142340
Summary: | Insecure content warnings not emitted when favicon is restored from favicon cache? | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=196182 | ||
Bug Depends on: | |||
Bug Blocks: | 140625 |
Michael Catanzaro
Sometimes I get insecure content warnings for the favicon on *.gnome.org. Sometimes I don't. I haven't investigated yet but a reasonable guess is that the favicon is checked to be mixed content only when first downloaded, and the result is never stored to be used on subsequent loads from the cache, similar to bug #138127.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
If we fix bug #219396, then we can close this issue as obsolete because the favicon cache should never contain insecure content.