the regular expression that is used to validate remote URLs
Set the global regular expression for remote links. Can be used to constrain the URLs that applications can call out to. Acts as a whitelist, any URL that passes the regular expression test is allowed.
the regular expression to set
the previous regular expression
Gets the global regular expression for remote links. This is used to constrain the URLs that applications can call out to. Acts as a whitelist, any URL that passes the regular expression test is allowed.