|
@@ -119,6 +119,7 @@ Following options available for the JS Obfuscator:
|
|
{
|
|
{
|
|
compact: true,
|
|
compact: true,
|
|
controlFlowFlattening: false,
|
|
controlFlowFlattening: false,
|
|
|
|
+ controlFlowFlatteningThreshold: 0.75,
|
|
debugProtection: false,
|
|
debugProtection: false,
|
|
debugProtectionInterval: false,
|
|
debugProtectionInterval: false,
|
|
disableConsoleOutput: true,
|
|
disableConsoleOutput: true,
|
|
@@ -146,6 +147,7 @@ Following options available for the JS Obfuscator:
|
|
|
|
|
|
--compact <boolean>
|
|
--compact <boolean>
|
|
--controlFlowFlattening <boolean>
|
|
--controlFlowFlattening <boolean>
|
|
|
|
+ --controlFlowFlatteningThreshold <number>
|
|
--debugProtection <boolean>
|
|
--debugProtection <boolean>
|
|
--debugProtectionInterval <boolean>
|
|
--debugProtectionInterval <boolean>
|
|
--disableConsoleOutput <boolean>
|
|
--disableConsoleOutput <boolean>
|