
07-30-2007, 08:09 PM
|
 |
|
|
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Michelle
I have read everywhere that letting a user post pure HTML is a site suicide.
I have accepted it for years as an axiom, like 1+1=2.
However, I've seen popular blogging sites to allow their bloggers to change the template by providing them its whole HTML, including <script> tags and everything!
Aren't they afraid? Have they taken any "special measures" to prevent abuse, and if so, what measures?
|
- They can use CSS and styling to disrupt the layout massively, or make parts of the login box or other features/links disappear from view.
- As said, Javascript cookie stealing.
- Javascript causes really annoying effects such as things flying around or maybe the page upside down/flipped.
- Iframes to embed viruses and other malware.
- Iframes or forms to embed fake forms for phishing purposes/stealing passwords, even making the fake form look part of the site.
- Crashing the browser with an extremely large image.
- Redirects to other, potentially dangerous/offensive pages.
- Browser exploits.
- Annoyances such as leaving tags open to turn everything bold under the empty tag or italic or underline etc...
|