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.
The text was updated successfully, but these errors were encountered:
Django has built in sensitive post params
@method_decorator(sensitive_post_parameters())
. We should use these instead of relying on thelog_request_body
which can be set to True or False.The text was updated successfully, but these errors were encountered: