summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/api/cors/resources/not-cors-safelisted.json
blob: 945dc0f93ba4a304bdfa63268073b084c657e023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  ["accept", "\""],
  ["accept", "012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678"],
  ["accept-language", "\u0001"],
  ["accept-language", "@"],
  ["authorization", "basics"],
  ["content-language", "\u0001"],
  ["content-language", "@"],
  ["content-type", "text/html"],
  ["content-type", "text/plain; long=0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901"],
  ["range", "bytes 0-"],
  ["test", "hi"]
]