#5961 - data_custom/rate_limiter.php
| Identifier | #5961 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | data_custom/rate_limiter.php |
| Status | Closed (no changes needed) |
| Handling member | PDStig |
| Addon | General / Uncategorised |
| Description | There is a single IP address in this file. What is the purpose of this file and should this IP be in there. It's not mine. I'm not with TalkTalk. |
| Steps to reproduce | |
| Additional information | <?php
$RATE_LIMITING_DATA=array ( '92.31.110.27' => array ( 0 => 1713006339, ), ); |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
This file stores IP addresses which have been rate-limited (and when).
I am getting a 404 when trying to access config_editor.php. Not seeing it in Admin Menu's if I'm not supposed to access directly. Okay, it's called Installation options in Menu, so that'll be why I couldn't find it. Logged in, and "The cookie domain must either be blank or start with a dot." Pretty sure it's whatever the default is as I haven't changed anything there.
$SITE_INFO['cookie_domain'] = 'mediafeeder.net';
$SITE_INFO['cookie_path'] = '/';
Stuck a dot in there and I can now access the options. Interestingly, rate limiting is not even selected so no idea why it is active.