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
Django has built in sensitive post params @method_decorator(sensitive_post_parameters()). We should use these instead of relying on the log_request_body which can be set to True or False.