mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(ui): stub issecure
This commit is contained in:
parent
17b38d3dc9
commit
5736ed1fce
@ -72,7 +72,11 @@ int32_t strlenutf8(lua_State* L) {
|
||||
}
|
||||
|
||||
int32_t issecure(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
// TODO taint check
|
||||
|
||||
lua_pushnumber(L, 1.0);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
int32_t issecurevariable(lua_State* L) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user