1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 08:00:48 +00:00
This commit is contained in:
Arnaud Roques 2022-01-26 20:04:21 +01:00
parent 61a4f6c182
commit 3dac7c05ce

View File

@ -173,6 +173,9 @@ public class SecurityUtils {
if ("true".equalsIgnoreCase(env)) {
return true;
}
if ("false".equalsIgnoreCase(env)) {
return false;
}
return OptionFlags.ALLOW_INCLUDE;
}