Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully implement the sanitization spec #2290

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Fully implement the sanitization spec #2290

merged 1 commit into from
Feb 20, 2024

Conversation

stevejgordon
Copy link
Contributor

@stevejgordon stevejgordon commented Feb 19, 2024

Fixes #2066

Includes a few minor allocation reductions, switching from List to Array when iterating over the request/response dictionaries.

@stevejgordon stevejgordon force-pushed the cookie-headers branch 8 times, most recently from c73c968 to eb248f3 Compare February 20, 2024 07:59
@stevejgordon stevejgordon marked this pull request as ready for review February 20, 2024 08:12
@stevejgordon stevejgordon merged commit 93cd0fa into main Feb 20, 2024
8 checks passed
@stevejgordon stevejgordon deleted the cookie-headers branch February 20, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Request cookie header and response headers are not being redacted
2 participants