Back to Programming Articles

Template Headinclude XSS Bug Internet Explorer
by DR€@M W€@V€R 21 Jun 2005

Taken from vbulletin.com, should be noted when makeing new templates or updateing old ones.

http://www.vbulletin.com/forum/index.php?t=143261

In order to work around an XSS bug in Internet Explorer, wherever a page contains <title> tags, the <title> has been moved below the $headinclude section.

For Example

<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
Becomes

<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>

Similar Mods

PNG Transparency for Internet Explorer vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024