From 943de579dbd0a628f97c0ec63d938b7f77b92e71 Mon Sep 17 00:00:00 2001 From: Niko Korvenlaita Date: Wed, 16 Oct 2024 15:08:50 +0300 Subject: [PATCH] Update .changes/http-allow-skip-origin.md Co-authored-by: Amr Bashir --- .changes/http-allow-skip-origin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.