New Python WebMail app

Alex Martelli aleax at aleax.it
Thu Sep 20 07:43:12 EDT 2001


"Roman Suzi" <rnd at onego.ru> wrote in message
news:mailman.1000977323.8545.python-list at python.org...
> On Thu, 20 Sep 2001, Alex Martelli wrote:
>
> > > I hope, Mozilla will NEVER support such a "feature"!
    ...
> I agree. By feature I understand blindly executing IFRAME
> content, of course, not the ability to specify it.

No untrusted content from the net should ever be
blindly executed, of course.  IE is good that way --
it always asks me whether I want to execute, save,
or throw away any document it gets (unless I have
instructed it to trust a certain source/certificate/
etc, of course).  One bug (IMHO) in IE is in not
using the MIME content type but rather giving
priority to the "file association" to the "extension"
in the filename associated with the content.  There
should be more control about that -- one would most
often want to turn it off except perhaps when visiting
sites with known bugs about their mime type settings.
Opera 5 seems to have that ability.

Whether the content comes via IFRAME, OBJECT, FRAME
or however else is obviously irrelevant to this.


Alex






More information about the Python-list mailing list