...
|
...
|
@@ -214,7 +214,7 @@ function helper_table_contains(t, value) |
|
|
|
|
|
function limit_ufo_local()
|
|
|
if ngx.var.host == '2.yohobuy.com' or ngx.var.host == 'ufoapi.yohoops.org' or ngx.var.host == '2gray.yohobuy.com' then
|
|
|
local t_local_methods = { 'ufo.coupons.send' } --only allow local access
|
|
|
local t_local_methods = { } --only allow local access
|
|
|
local m = http_request.get_method()
|
|
|
if helper_table_contains(t_local_methods, m) then
|
|
|
local is_local = limit_local:check_local_access()
|
...
|
...
|
|