You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by the \ and \”, removing them fixes the issue.
Worth noting “X-Generator: Drupal 8 (https://www.drupal.org)” in the 200 response -- they’re probably not using ESAPI (unless they have a hybrid PhP / Java stack)
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
The text was updated successfully, but these errors were encountered: