Skip to content

Commit

Permalink
allowRestrictedActions coreconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 5, 2022
1 parent e227926 commit 0ac3425
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -12,9 +12,7 @@ public class CoreConfiguration {

public static boolean allowWebget = false, allowSQL = false, allowRedis = false, allowLog = false, allowFileCopy = false;

public static boolean allowConsoleRedirection = false;

public static boolean allowStrangeFileSaves = false;
public static boolean allowConsoleRedirection = false, allowRestrictedActions = false, allowStrangeFileSaves = false;

public static boolean tagTimeoutWhenSilent = false, tagTimeoutUnsafe = false;

Expand Down

0 comments on commit 0ac3425

Please sign in to comment.