From 515a5d9be76f678b263eb7260a2d0790eca620f1 Mon Sep 17 00:00:00 2001 From: C0nw0nk Date: Sat, 1 Feb 2020 15:38:33 +0000 Subject: [PATCH] Update anti_ddos_challenge.lua Change default from Dynamic GET and POST to just POST requests with XMLHttpRequest object the reason being is to avoid unwanted conflicts with caches on proxy servers / services (Cloudflare proxy being a prime culprit of this). --- lua/anti_ddos_challenge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/anti_ddos_challenge.lua b/lua/anti_ddos_challenge.lua index 70cb62a..c779c5c 100644 --- a/lua/anti_ddos_challenge.lua +++ b/lua/anti_ddos_challenge.lua @@ -85,7 +85,7 @@ The type of javascript based pingback authentication method to use if it should 2 = POST 3 = DYNAMIC ]] -local javascript_REQUEST_TYPE = 3 --Default 3 +local javascript_REQUEST_TYPE = 2 --Default 2 --[[ Timer to refresh auth page