mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
wip
This commit is contained in:
parent
61a4f6c182
commit
3dac7c05ce
@ -173,6 +173,9 @@ public class SecurityUtils {
|
||||
if ("true".equalsIgnoreCase(env)) {
|
||||
return true;
|
||||
}
|
||||
if ("false".equalsIgnoreCase(env)) {
|
||||
return false;
|
||||
}
|
||||
return OptionFlags.ALLOW_INCLUDE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user