Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
It's a CSS test.
body {display:none;}
the page should be disappear.
the page should be disappear.
0
This discussion has been closed.
Comments
Discussion comments can be formatted in many ways in Vanilla. The default installation only has a single formatter available: Text (see the little "Text" radio at the bottom of the comment form?). Other formatters are available in the form of extensions. Two extra formatters available here on this installation of Vanilla are Html and Markdown. I've seen a ton of other formatters that have come out since Vanilla was launched. Some are simple and neat like Textile, others are completely custom to particular forums.
Three formatters I've written personally are the Text formatter, the Html formatter, and the Raw Html formatter.
The Text formatter only allows plain text - all html characters are converted to their entity equivalents.
The Html formatter allows all html, but absolutely no javascript to be posted.
The Raw Html formatter allows absolutely anything to be posted, including javascript.
Now, remember that the ONLY formatter that comes installed with Vanilla is the text formatter. The Html formatter should only be used on forums where your users are html savvy and won't mess up your pages by fudging the elements or adding wonky css. The Raw Html formatter should absolutely only ever be used on forums where it is a very small community and you trust your members implicitly. For example, a small group of developers may install Vanilla and want the Raw Html formatter enabled while they discuss application development.
The point of the formatters is to enable and use based on the requirements of the vanilla installation. The Html and Markdown formatters, for example, would not be a good choice for a "Pop Music" discussion forum, wherease a BBCode formatter would probably go over quite well.
End of discussion.