I think that could be good having (example) firewolf.globalEnvironment() in Lua pages to add global APIs (_G) in it. It should display a warning into client.
It can return bGlobal boolean, that equals true if user accepts or false if user denies.
For example.
local ok = firewolf.globalEnvironment()
if ok then
--Global environment ON
else
--Global environtment OFF
end
I think that could be good having (example) firewolf.globalEnvironment() in Lua pages to add global APIs (_G) in it. It should display a warning into client.
It can return bGlobal boolean, that equals true if user accepts or false if user denies. For example.