From 3b13adaa12c1d60710c54f4d2cfd00287ec98732 Mon Sep 17 00:00:00 2001 From: C0nw0nk Date: Fri, 15 Nov 2019 18:12:22 +0000 Subject: [PATCH] Update anti_ddos_challenge.lua Fix typo of value "charset" with "default_charset" --- lua/anti_ddos_challenge.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/anti_ddos_challenge.lua b/lua/anti_ddos_challenge.lua index f764231..6a3c06a 100644 --- a/lua/anti_ddos_challenge.lua +++ b/lua/anti_ddos_challenge.lua @@ -320,13 +320,13 @@ local function encrypt_javascript(string1, type, defer_async, num_encrypt, encry end if defer_async == "0" or defer_async == nil then --Browser default loading / execution order - output = "" + output = "" end if defer_async == "1" then --Defer - output = "" + output = "" end if defer_async == "2" then --Async - output = "" + output = "" end end