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).
This commit is contained in:
C0nw0nk
2020-02-01 15:38:33 +00:00
committed by GitHub
parent 34444a013c
commit 515a5d9be7

View File

@ -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