You can specify a white list for ARIS Administration.
A white list or black list is a positive or negative list with which systems can be protected. White lists and black lists pursue opposing strategies.
A white list contains all permitted URLs. A blacklist, on the other hand, specifically excludes URLs.
Procedure
Enter reconfigure umcadmin_<s, m, or l> "JAVA-Dcom.aris.umc.whitelist.url.regex.pattern"="<comma-separated list of regular expressions>".
Example
If you want to allow a URL whose name consists of one word in lowercase letters and begins with https:// and ends with .com, use the following regular expression:
https://[a-z]+.com
if you want to allow graphics of jpg typewhose names consist of mixed-case alphanumeric characters, and which are located in subdirectories of a URL that begins with https:// and ends with .com, use the following regular expression:
https://([a-z]*.)[a-z]*[.com](/[a-z]*)(/[a-z]*)(/[A-Za-z0-9_]+.jpg)
You have specified a white list for ARIS Administration.
You can remove the white list again. To do so, proceed as described above and configure reconfigure umcadmin_m -"JAVA-Dcom.aris.umc.whitelist.url.regex.pattern".