fix(http): allow User-Agent header to be set (#983)

* fix(http): allow `User-Agent` header to be set

closes #966

* lint

* fix build
This commit is contained in:
Amr Bashir
2024-02-23 18:32:19 +02:00
committed by GitHub
parent 267e39e250
commit ae56b13a4d
4 changed files with 52 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"http": "patch"
"http-js": "patch"
---
Allow `User-Agent` header to be set.