-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I could be mistaken: it appears the HAR sanitizer doesn't redact any fields submitted via a POST body.
For example, I would expect an option to redact the password field as included here:
"postData": {
"mimeType": "application/x-www-form-urlencoded",
"text": "password=fake-password&submit=",
"params": [
{
"name": "password",
"value": "fake-password"
},
{
"name": "submit",
"value": ""
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels