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

Decode HTML Entities on CookieStore Decrypt #765

Conversation

lochiiconnectivity
Copy link

Decode HTML Entities on CookieStore Decrypt as some security frameworks add HTML Entity Encoding to received data.

Changes

Decoding of HTML Entities performed from received cookie data , where a security framework has encoded them.

References

Resolves #764

Testing

Tested and running this in a production environment.

Contributor Checklist

Decode HTML Entities on CookieStore Decrypt as some security frameworks add HTML Entity Encoding to received data.

Signed-off-by: David Freedman <[email protected]>
@evansims
Copy link
Member

Thanks for your contribution! As noted in #764 I'm afraid this isn't a change we can accept for inclusion in the SDK, but I offered an alternative that may work for you.

@evansims evansims closed this Jun 17, 2024
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.

HTML Entity Encoding of received cookies can lead to invalid state errors
2 participants