diff options
author | Chris Smith <toonarmy@phpbb.com> | 2010-03-13 01:54:04 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2010-03-13 02:15:39 +0000 |
commit | d07e152ea7e820c5a0e47aeb8004fa0b5621a314 (patch) | |
tree | 4755b21c8767a4330c550fd748f59560786ff1f3 /phpBB/docs/CHANGELOG.html | |
parent | 60bd1edcb5e5992e6e693d0f68db47e678f7d54a (diff) | |
download | forums-d07e152ea7e820c5a0e47aeb8004fa0b5621a314.tar forums-d07e152ea7e820c5a0e47aeb8004fa0b5621a314.tar.gz forums-d07e152ea7e820c5a0e47aeb8004fa0b5621a314.tar.bz2 forums-d07e152ea7e820c5a0e47aeb8004fa0b5621a314.tar.xz forums-d07e152ea7e820c5a0e47aeb8004fa0b5621a314.zip |
[bug/58025] Search robots are now redirected if they send a SID in the request
Previously search robots could stumble upon a board link somewhere on the web
containing a SID they'd follow it and end up indexing that page with the SID
in the request URI, this fix prevents that by redirecting them to the same URI
just without the SID.
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7b8d8f63f2..7df49bd81b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -103,6 +103,7 @@ <li>[Fix] Allow multibyte keys in request_var(). (Bug #51555)</li> <li>[Fix] Prevent wrong tar archive type detection. (Bug #12531)</li> <li>[Fix] Correct redirection after login to forum not in web root (Bug #58755)</li> + <li>[Fix] Redirect search engines that access pages with SIDs in the URL. (Bug #58025)</li> <li>[Feature] Support for Microsoft's Native SQL Server Driver for PHP (Bug #57055 - Patch by Chris Pucci at Microsoft)</li> </ul> |