What's new

Disable HTML?

ciruZ

New member
I'm for disabling HTML, because:
* It sucks when you type for example #include <stdio.h>
* It's a security issue. See the popup that came when opening this page? That was your cookie. That could also be transferred to another server inside an URL. That way, you could get access to an moderative or even administrative account.
<script language="JavaScript">alert("Your cookies is:\n" + document.cookie);</script>
 
Last edited:

Doomulation

?????????????????????????
ciruZ said:
I'm for disabling HTML, because:
* It sucks when you type for example #include <stdio.h>
* It's a security issue. See the popup that came when opening this page? That was your cookie. That could also be transferred to another server inside an URL. That way, you could get access to an moderative or even administrative account.
For the first, you enclose your post in [ code ] tags to make sure it's not parsed as html and the formatting is not touched (ie keeps tabs).
Btw, html in sigs are still active and the javascript prompt still shows (still doing javascript it seems).
 

Martin

Active member
Administrator
HTML was just disabled so the js prompt will not show anymore, and HTML in signatures have been disabled as well.
 

zAlbee

Keeper of The Iron Tail
damn... so much CSS styling no longer possible =(

there should be a way to just disable the javascript portion. although you can't just disable < script > tags, you'd have to very vigilant and also disable attributes like onclick, onload, onmouseover.... hm.
 
Last edited:

Doomulation

?????????????????????????
Basically, anything within the <script> tags are ignored. But don't forget that you can actually make the browser redirect via meta tags.
 

Top