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

Escaped string and backslash not web compatible #161

Closed
miketaylr opened this issue Nov 18, 2020 · 0 comments · Fixed by #178
Closed

Escaped string and backslash not web compatible #161

miketaylr opened this issue Nov 18, 2020 · 0 comments · Fixed by #178

Comments

@miketaylr
Copy link
Collaborator

Based on Chrome's experimental roll-out of Sec-UA-CH we've concluded that \\ and \" in the arbitrary brand value is not web compatible.

The biggest hurdle (we're aware of) is the ESAPI library, which would require a re-write to handle these escaped chars correctly.

For now, we're unshipping the escaped chars from Chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=1149575

The spec should be updated to reflect what's safe to ship on the web (without breaking it).

Note: This will obsolete #114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant