Add config option to allow symbolic links for files.
This commit is contained in:
@@ -107,6 +107,7 @@ public abstract class LocalConfiguration {
|
||||
public int butcherDefaultRadius = -1;
|
||||
public int butcherMaxRadius = -1;
|
||||
public boolean allowExtraDataValues = false;
|
||||
public boolean allowSymlinks = false;
|
||||
|
||||
/**
|
||||
* Loads the configuration.
|
||||
|
||||
Reference in New Issue
Block a user