From 10008e82e090af2e616a84424a975c0c8a2452fe Mon Sep 17 00:00:00 2001 From: "lj2007331@gmail.com" Date: Sat, 16 Nov 2019 23:19:01 +0800 Subject: [PATCH] [fix] Update config.lua --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 020682e..a197555 100644 --- a/config.lua +++ b/config.lua @@ -93,8 +93,8 @@ config_waf_captcha_html=[[ cache: false, success: function(res){ var targetUrl = new URLSearchParams(location.search).get('continue') - //targetUrl = atob(targetUrl) - //location.href = targetUrl + targetUrl = atob(targetUrl) + location.href = targetUrl }, error: function(e) { location.reload()