Skip to content
Snippets Groups Projects
  • George Kiagiadakis's avatar
    94d527e1
    wplua: add flags to modify the sandbox behavior · 94d527e1
    George Kiagiadakis authored
    with ISOLATE_ENV, it isolates the global environment between scripts
    just like it did before; without it, it uses a common environment
    
    with MINIMAL_STD, it restricts even further the available library
    functions; useful for configuration files that don't need to do
    actual scripting, just to define some tables
    94d527e1
    History
    wplua: add flags to modify the sandbox behavior
    George Kiagiadakis authored
    with ISOLATE_ENV, it isolates the global environment between scripts
    just like it did before; without it, it uses a common environment
    
    with MINIMAL_STD, it restricts even further the available library
    functions; useful for configuration files that don't need to do
    actual scripting, just to define some tables