diff --git a/.changes/http-allow-skip-origin.md b/.changes/http-allow-skip-origin.md index cbc8fab5..99062245 100644 --- a/.changes/http-allow-skip-origin.md +++ b/.changes/http-allow-skip-origin.md @@ -3,4 +3,4 @@ "http-js": "patch" --- -Allow skipping sending Origin header in HTTP requests by sending empty string as the value for Origin header. +Allow skipping sending `Origin` header in HTTP requests by setting `Origin` header to an empty string when calling `fetch`.