From 8976799a6a0896cea12867deded16769c1683f34 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 31 Dec 2005 15:07:19 +0000 Subject: [PATCH] - of course the html one is working with other browsers too, it is simple html, why should it not work. :/ git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5411 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 42ffb42968..3d069416f3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -78,7 +78,7 @@ p,ul,td {font-size:10pt;}
  • [Fix] fixed captcha for those not having the zlib extension enabled
  • [Change] Placed version information above who is online in admin panel for better visual presence
  • [Sec] fixed XSS issue (only valid for Internet Explorer) within the url bbcode
  • -
  • [Sec] fixed XSS issue (only valid for Internet Explorer) if html tags are allowed and enabled
  • +
  • [Sec] fixed XSS issue if html tags are allowed and enabled
  • [Sec] added configurable maximum login attempts to prevent dictionary attacks