feat: allow http calls without origin header (#1941)
parent
558e14bb4c
commit
cfd48b3b2e
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"http": "patch"
|
||||||
|
"http-js": "patch"
|
||||||
|
---
|
||||||
|
|
||||||
|
Allow skipping sending `Origin` header in HTTP requests by setting `Origin` header to an empty string when calling `fetch`.
|
Loading…
Reference in new issue