quickjs enable std option

This commit is contained in:
arm64v8a
2022-12-05 17:34:32 +09:00
parent 5a1bcf011e
commit a94234e699
6 changed files with 41 additions and 16 deletions

View File

@@ -86,7 +86,7 @@ namespace NekoRay {
// Security
bool insecure_hint = true;
bool skip_cert = false;
bool enable_js_hook = false;
int enable_js_hook = 0;
// Remember
int remember_spmode = NekoRay::SystemProxyMode::DISABLE;