You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New advanced-internal filter on the Client SDK side that overrides
whether SecurityChecks treats the current site as a local/development
environment (bypassing lockdown + brute-force enforcement).
Primary use case: the SDK's own PHPUnit suite under wp-env, which
hard-codes WP_ENVIRONMENT_TYPE=local and otherwise short-circuits
the brute-force counter to always-allow.
Documented alongside meets_ssl_requirement since both are testability
hooks with similar warnings.
0 commit comments