diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2025-01-13 13:45:10 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2025-01-13 13:45:10 +0100 |
commit | 9e9912deef0146f4c4cd7275e331b8dec1da9610 (patch) | |
tree | afcae1c28b3d8d11e6b314c0ecb13dc9b575950f | |
parent | cd85889387a046bdd55561951d355243a871017d (diff) | |
download | fuzzer-9e9912deef0146f4c4cd7275e331b8dec1da9610.tar.gz |
Set global RTT_FUZZER variable (Tor)
-rwxr-xr-x | rtt-module.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtt-module.js b/rtt-module.js index 0dfa642..b8f1d56 100755 --- a/rtt-module.js +++ b/rtt-module.js @@ -22,6 +22,8 @@ if (!fs.existsSync(RULES_JS_FILE)) { const RULES = require(RULES_JS_FILE) const TITLE_ID = path.basename(path.dirname(RULES_JS_FILE)) +globalThis.RTT_FUZZER = true + let rules_view_schema = null if (!NO_SCHEMA && RULES.VIEW_SCHEMA) { console.log("View schema found; validating.") |