[Webkit-unassigned] [Bug 97436] Keynote html exports are unreadable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 13:46:24 PDT 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |abarth at webkit.org,
                   |                            |sam at webkit.org




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2012-09-24 13:46:52 PST ---
What I'm seeing with this attachment is intentional behavior. Local HTML files used to be dangerous, because they could read your secret files and quietly upload those to remote servers. They are no longer allowed to read other local files.

A Keynote export works in Safari on local machine where you create it, but not after receiving it over e-mail or downloading an archive from Web. This is because files from Internet have a quarantine extended attribute set in file system.

One can disable the protection altogether via Safari's Develop menu.

There were some tweaks to this behavior in OS X 10.8.2, so make sure to be testing with this release.

Chrome has similar, yet different measures, and I don't know if there is any workaround for Chrome.

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