Closed
Description
When a CSP policy contains non-ASCII characters, it looks like:
- according to the spec, the whole policy should be discarded.
- Firefox tries to parse the CSP and discards only the source expression (assuming the non-ASCII character is in a source expression).
- Chrome and Safari try to parse the CSP and discard the whole directive containing the non-ASCII character (but not other directives).
See also https://bugs.chromium.org/p/chromium/issues/detail?id=1172497
I think we should agree on a behaviour here.