[Webkit-unassigned] [Bug 63090] img.crossOrigin not respected on cached images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 14:17:25 PDT 2011


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





--- Comment #3 from Kenneth Russell <kbr at google.com>  2011-06-21 14:17:24 PST ---
Given this request to Picasa:

wget --header "Origin: my.isp.com" -S https://lh4.googleusercontent.com/_DtxSDesXuhE/TYjQ-wnkF7I/AAAAAAAAAu4/0ZTlsnfajsQ/s800/IMG_1118.JPG

The following headers are returned:

  Access-Control-Allow-Origin: my.isp.com
  ETag: "v2ee"
  Expires: Wed, 22 Jun 2011 21:15:01 GMT
  Cache-Control: public, max-age=86400, no-transform
  Content-Type: image/jpeg
  Content-Disposition: inline;filename="IMG_1118.JPG"
  X-Content-Type-Options: nosniff
  Date: Tue, 21 Jun 2011 21:15:01 GMT
  Server: fife
  Content-Length: 36583
  X-XSS-Protection: 1; mode=block
  Connection: Keep-Alive

So no Vary: header. Is this HTTP request correctly formed on the client side?

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