[Webkit-unassigned] [Bug 64580] Add support for download='filename' in anchors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 16 23:16:05 PDT 2011


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





--- Comment #26 from Adam Barth <abarth at webkit.org>  2011-07-16 23:16:04 PST ---
I haven't been following the whatwg thread in much detail, but are we supposed to use CORS when issuing these requests?  If so, instead of adding the Origin header manually, we can use these functions:

http://trac.webkit.org/browser/trunk/Source/WebCore/loader/CrossOriginAccessControl.h

Specifically, updateRequestForAccessControl understands how to do this work correctly.

-- 
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