What's wrong with this entry?
Anonymous. No account, no email.
Sensitive OAuth parameters are now redacted from URLs in logs and error messages for improved security.
Details
- Redacts:
state,nonce,code_challenge,code_verifier,code - Parameters are replaced with
[REDACTED]in logged URLs
Evidence
gB2() at line 296262 (contains Q.searchParams.set(B, "[REDACTED]"))
Strings lifted out of the shipped bundle, so the claim above can be checked against them.