From 54e7bb77f6362e1e1ac9609468a0f8e8bc679662 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 22 Sep 2024 00:15:01 +0900 Subject: [PATCH] Update http.js --- lib/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http.js b/lib/http.js index f78a750..fe958c1 100644 --- a/lib/http.js +++ b/lib/http.js @@ -15,7 +15,7 @@ var DEVICE_UUID = SYS.getUUID(); var PROCESS_VERSION = SYS.getProcessVersion(); var DEFAULT_USER_AGENT = "WelsonJS/0.2.7 (" + OS_NAME + "; " + OS_ARCH + "; " + PROCESS_VERSION + "; " + DEVICE_UUID + "; abuse@catswords.net)"; -// If you have any suggestions for collaboration (e.g., Affiliate), please contact us: abuse@catswords.net +// If you have any suggestions for partnerships, please contact us at: abuse@catswords.net var AVAILABLE_PROXIES = [ { "type": "stateless",