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
fix: sanitize and normalize legacy enable_maxmind flag in provider resolver
Both settings that drive resolve_geolocation_provider() are now
sanitized via sanitize_text_field(). The legacy enable_maxmind tri-state
is normalized to deterministic tokens ('on'|'no'|'disable') before use
in cache keys and comparisons, ensuring consistent behavior regardless
of stored value format.
0 commit comments