Skip to content
Snippets Groups Projects
  1. Feb 03, 2021
    • George Kiagiadakis's avatar
      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
  2. Dec 15, 2020
Loading