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

Make payload encoding stateless #147

Merged
merged 1 commit into from
Mar 7, 2018

Conversation

kattrali
Copy link
Contributor

@kattrali kattrali commented Mar 6, 2018

Repeatedly sanitizing the same content should always produce the same
result. This changeset removes the global ignored list from the
encoder in favor of generating a fresh list each time an object is
sanitized.

Repeatedly sanitizing the same content should always produce the same
result. This changeset removes the global `ignored` list from the
encoder in favor of generating a fresh list each time an object is
sanitized.
@kattrali kattrali merged commit ad15f11 into master Mar 7, 2018
@kattrali kattrali deleted the kattrali/fix-recursive-reencoding branch March 7, 2018 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant