add useragent headers

This commit is contained in:
HorizonCode 2024-07-17 10:24:13 +02:00
parent a848f078be
commit 74e233ecc3

View File

@ -339,6 +339,8 @@ function registerIPCPipes() {
}),
headers: {
"Content-Type": "application/json",
"User-Agent":
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0",
},
});