feat: hook.js

This commit is contained in:
arm64v8a
2022-12-04 16:12:11 +09:00
parent 348ccf097f
commit 4bbbd45d25
13 changed files with 247 additions and 3 deletions

View File

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