[Webkit-unassigned] [Bug 132664] [CSS Shapes] Same URL for display and shape-outside can cause CORS problems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 05:20:32 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132664


youenn fablet <youennf at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |youennf at gmail.com




--- Comment #4 from youenn fablet <youennf at gmail.com>  2014-06-11 05:20:55 PST ---
(In reply to comment #2)
> I expect that this will be fairly involved to fix cleanly. WebCore loader is not suited for the same resource being used for multiple purposes, or even for resources used for the same purpose in multiple subframes. The cases that work generally do so by avoiding caching altogether.

Resources should probably not be reused when the request origin policy options are not the same.
How about mandating the loader to reload whenever the HTTP origin of the new request does not match the origin of the cached one?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list