Bug 32223
Summary: | Web Inspector: Incorrect cookie-per-domain breakdown | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexander Pavlov (apavlov) <apavlov> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 32160 | ||
Bug Blocks: |
Alexander Pavlov (apavlov)
If an external document is loaded into an iframe of a local document, then cookies for resources linked from the external document are displayed in the cookie view of the "Local Files" cookie domain.
Test case:
<body>
<iframe src="http://www.google.com">
</body>
The same "NID" and "PREF" cookies (with the domain of ".google.com") are displayed both in the "Local Files" and "www.google.com" cookie domain views.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
Fixed by the https://bugs.webkit.org/show_bug.cgi?id=32160 patch.