Skip to content

Sites behind REST API locks can report again

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:04
· 4 commits to master since this release
91522ea
  • Fix sites reading as "Not reporting" when a security plugin (WP Force Login and similar) rejects every unauthenticated REST request. Our own routes are now let past that lock; each one still runs its own permission check.
  • The ?debug query parameter, which skips the bearer token and IP allowlist on the health, server-info, php-info and Wordfence endpoints, now only applies on development environments. Staging and production ignore it, and a site that never sets WP_ENVIRONMENT_TYPE counts as production.