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
Methods using authenticated=True receives username and password when the user is authenticated and the client somehow sends the session cookie.
Injected params should be cleaned since this is not a unusual case if we are using the same user accounts we are using to access sites for RPC requests.
The text was updated successfully, but these errors were encountered:
Methods using
authenticated=True
receivesusername
andpassword
when the user is authenticated and the client somehow sends the session cookie.Injected params should be cleaned since this is not a unusual case if we are using the same user accounts we are using to access sites for RPC requests.
The text was updated successfully, but these errors were encountered: