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()