Style attributes (style="") do not refer to a URI,
though any valid CSS setting for that element which
uses a URI may be used. In this case the STYLE attribute
and tag are not different.
The SRC value of an IMG tag is not the issue,
whatever type of image, the browser SHOULD
only handle it as an image. Although certain
plugins may have co-opted control of given
MIME-types (eg. QuickTime and PNG), and be exploitable.
What was likely referred to is touched upon in the
JavaScript discussion I linked to, IMG tags
(and so many others) are allowed event attributes
such as ONLOAD which can execute inlined script.
The matter at hand is Cross Site Scripting, this
is protecting the user from malicious foreign content.
*Mis*configuration of a server to execute images
on the server is irrelevant( The only likely
means for this is to have the execution bit set
on the file on a UN*X server and allow execution
of either any file, or files by location. Files
from a Samaba share typically appear to have the
execution bit set. Again though, this affects the
*server*.)
--
perl -pew "s/\b;([mnst])/'$1/g"
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|