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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 19:03:44 PDT 2011


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


sadrul at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #100933|0                           |1
        is obsolete|                            |
 Attachment #101085|                            |review?
               Flag|                            |




--- Comment #17 from sadrul at chromium.org  2011-07-15 19:03:44 PST ---
Created an attachment (id=101085)
 --> (https://bugs.webkit.org/attachment.cgi?id=101085&action=review)
Check origin before downloading

As per the discussion, I have made the change to check the origin first before allowing download. With this change, blob URLs, filesystem URLs and URLs for the same origin can be downloaded. Otherwise, the 'download' attribute is silently ignored. Or would it be more desirable to not follow the link at all and show an error to the user instead?

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