[Webkit-unassigned] [Bug 38698] REGRESSION (r51617): when plugins are disabled, plugins show up as garbage characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 15:54:16 PDT 2010


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





--- Comment #3 from Anders Carlsson <andersca at apple.com>  2010-05-06 15:54:16 PST ---
(In reply to comment #2)
> (From update of attachment 55307 [details])
> > +            if (!allowPlugins && [knownPluginMIMETypes() containsObject:MIMEType])
> > +                return NO;
> 
> What if a plug-in registers for some basic MIME type like text/html?
> 

It's not possible to override basic MIME types like text/html. (In theory
you're supposed to be able to override image/png etc but from looking at the
code that is buggy and nondeterminate.

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