Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPScan API: Update x-ratelimit-remaining header functionality #304

Merged
merged 9 commits into from
Oct 17, 2022
Prev Previous commit
Next Next commit
Remove @codeCoverageIgnore for vipgoci_http_api_rate_limits_check()
  • Loading branch information
gudmdharalds committed Oct 7, 2022
commit 0f93e4a1407b84d9c15e832ce630ccd677e6b7c6
2 changes: 0 additions & 2 deletions http-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ function vipgoci_http_resp_sunset_header_check(
* @param array $resp_headers HTTP response headers.
*
* @return void
*
* @codeCoverageIgnore
*/
function vipgoci_http_api_rate_limits_check(
string $http_api_url,
Expand Down