From fc20046aafd2cb264f1bfbf7467f0e04bf7229b2 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 6 Dec 2025 16:25:59 +0800 Subject: [PATCH] Update tpl.lua --- plugins/openresty/resty/obf/tpl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openresty/resty/obf/tpl.lua b/plugins/openresty/resty/obf/tpl.lua index bcab1756d..f47b80830 100644 --- a/plugins/openresty/resty/obf/tpl.lua +++ b/plugins/openresty/resty/obf/tpl.lua @@ -56,7 +56,7 @@ function _M.content(data, iv, tag, key, debug_data) "}\n" - if not (ngx.var.obf_rand == "false") then + if not (ngx.var.obf_rand_var == "false") then data_script = util.obf_rand(data_script) end