mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 13:16:05 +00:00
Update http.js
This commit is contained in:
parent
d1d91b74e3
commit
dffa775658
|
@ -21,7 +21,7 @@ var HTTPObject = function(engine) {
|
||||||
this.headers = {};
|
this.headers = {};
|
||||||
this.parameters = {};
|
this.parameters = {};
|
||||||
this.dataType = null;
|
this.dataType = null;
|
||||||
this.userAgent = "WelsonJS/0.2.4-dev (" + OS_NAME + "; " + OS_ARCH + "; " + DEVICE_UUID + "; https://github.com/gnh1201/welsonjs)";
|
this.userAgent = "WelsonJS/0.2.4-dev (" + OS_NAME + "; " + OS_ARCH + "; " + DEVICE_UUID + "; https://catswords.social/@catswords_oss; abuse@catswords.net)";
|
||||||
this.isAsynchronous = false;
|
this.isAsynchronous = false;
|
||||||
this.proxy = {
|
this.proxy = {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user