humanmade / humanmade/Cavalcade
Access to wp-cron.php should be disabled when Cavalcade is in use
Open
Enhancement
- Dominant language
- PHP
- Stars
- 542
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Although it shouldn't happen, and should potentially be blocked at the server level, when Cavalcade is in use requests to `wp-cron.php` will still process any cron tasks.
As seen in #103, this currently doesn't actually work as it triggers a fatal error, but that just clouds error logs.
Ideally, Cavalcade should probably block/terminate-early the HTTP request.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.