Actions
Bug #15963
closedIP address check blocks access from private nets
Start date:
2006-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The code in typo3/install/index.php checks if the access comes from localhost (127.0.0.1) or from the priavte net class C (192.168.0.0).
But it prevents access from private nets of class A (10.0.0.0) or B (172.16.0.0).
See http://www.faqs.org/rfcs/rfc1918.html.
(issue imported from #M3161)
Actions