Commit 2199fd3
committed
CORS: Safelist Last-Event-ID
https://bugs.webkit.org/show_bug.cgi?id=289396
This change has been discussed in whatwg/fetch#568
and the proposed spec change is available at whatwg/fetch#568
Changes to web platform tests that reflect the change are also available at
web-platform-tests/wpt#49257, thus no change to tests in this PR.
Reviewed by NOBODY (OOPS!).
Adds another rule for `Last-Event-ID` that checks for CORS-unsafe request header bytes.
* Source/WebCore/platform/network/HTTPParsers.cpp:
(WebCore::isCrossOriginSafeRequestHeader):1 parent efa4ede commit 2199fd3
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
962 | 962 | | |
963 | 963 | | |
964 | 964 | | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
965 | 969 | | |
966 | 970 | | |
967 | 971 | | |
| |||
0 commit comments