feat(http): enable cookies and set origin header (#1192)

This commit is contained in:
Amr Bashir
2024-05-14 01:39:36 +03:00
committed by GitHub
parent 463f5971eb
commit 58330f9ec1
5 changed files with 40 additions and 29 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"http": "patch"
---
Enable cookies store feature flag by default.
+5
View File
@@ -0,0 +1,5 @@
---
"http": "patch"
---
Set the request origin to the current webview url.