[Webkit-unassigned] [Bug 47593] Require a user gesture to open the file dialog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 12:54:17 PDT 2010


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





--- Comment #5 from Adam Barth <abarth at webkit.org>  2010-10-13 12:54:16 PST ---
> > The issue is that the web site can spam the user with file picker dialogs.
> 
> Is this different from spamming with alerts, confirms or modal dialogs?

Yes.  For two reasons: (1) we have mitigations in place for all of those and (2) the file picker is non-modal.

Requiring a user gesture here matches Firefox as well.  We plan to put in other mitigations at the browser level, but this one seems worth doing at the WebCore level.

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