View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
5961 | Composr | General / Uncategorised | public | 2024-09-25 23:54 | 2024-09-26 04:01 |
Reporter | Adam Edington | Assigned To | Guest | ||
Priority | normal | Severity | trivial | ||
Status | new | Resolution | open | ||
Summary | 5961: data_custom/rate_limiter.php | ||||
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. | ||||
Additional Information | <?php $RATE_LIMITING_DATA=array ( '92.31.110.27' => array ( 0 => 1713006339, ), ); | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
Composr CMS has a rate limiting feature which can be controlled in config_editor.php . This file stores IP addresses which have been rate-limited (and when). |
|
Thanks for the information. I think with there being a single IP in there it was more confusing than if there had been several. Actually thought it might be related to the Composr news RSS or something as the file isn't present in the Git Repo for master/. 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. |
|
That is weird. Maybe it was previously active at one point? Or you ran the test suite? |
|
I never use the test suite, never felt the need. Didn't even know rate limiting was a thing. Just noticed the file in data_custom and was curious. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-25 23:54 | Adam Edington | New Issue | |
2024-09-25 23:54 | Adam Edington | Severity | Feature or Request => Trivial Bug |
2024-09-26 01:33 | PDStig | Note Added: 0009412 | |
2024-09-26 02:24 | Adam Edington | Note Added: 0009415 | |
2024-09-26 02:27 | Adam Edington | Note Edited: 0009415 | |
2024-09-26 02:30 | Adam Edington | Note Edited: 0009415 | |
2024-09-26 02:32 | Adam Edington | Note Edited: 0009415 | |
2024-09-26 02:34 | Adam Edington | Note Edited: 0009415 | |
2024-09-26 02:39 | Adam Edington | Note Edited: 0009415 | |
2024-09-26 02:42 | Adam Edington | Note Edited: 0009415 | |
2024-09-26 02:42 | Adam Edington | Note Edited: 0009415 | |
2024-09-26 03:11 | PDStig | Note Added: 0009416 | |
2024-09-26 04:01 | Adam Edington | Note Added: 0009420 |