revere.dev/safelock/config.json

57 lines
1.7 KiB
JSON
Raw Normal View History

2024-07-01 21:55:25 +02:00
{
"compact": true,
"controlFlowFlattening": true,
"controlFlowFlatteningThreshold": 1,
"deadCodeInjection": true,
"deadCodeInjectionThreshold": 0.9,
"debugProtection": true,
"debugProtectionInterval": 4000,
"disableConsoleOutput": false,
"domainLock": [],
"domainLockRedirectUrl": "about:blank",
"forceTransformStrings": [],
"identifierNamesCache": null,
"identifierNamesGenerator": "hexadecimal",
"identifiersDictionary": [],
"identifiersPrefix": "",
"ignoreImports": false,
"inputFileName": "",
"log": false,
"numbersToExpressions": true,
"optionsPreset": "default",
"renameGlobals": true,
"renameProperties": true,
"renamePropertiesMode": "safe",
"reservedNames": [],
"reservedStrings": [],
"seed": 0,
"selfDefending": false,
"simplify": true,
"sourceMap": false,
"sourceMapBaseUrl": "",
"sourceMapFileName": "",
"sourceMapMode": "separate",
"sourceMapSourcesMode": "sources-content",
"splitStrings": true,
"splitStringsChunkLength": 10,
"stringArray": true,
"stringArrayCallsTransform": true,
"stringArrayCallsTransformThreshold": 1,
"stringArrayEncoding": [
"rc4"
],
"stringArrayIndexesType": [
"hexadecimal-number"
],
"stringArrayIndexShift": true,
"stringArrayRotate": true,
"stringArrayShuffle": true,
"stringArrayWrappersCount": 5,
"stringArrayWrappersChainedCalls": true,
"stringArrayWrappersParametersMaxCount": 5,
"stringArrayWrappersType": "variable",
"stringArrayThreshold": 1,
"target": "browser",
"transformObjectKeys": true,
"unicodeEscapeSequence": true
}