You configure the whitelist with approved hostnames, domains, and subdomains, optionally filtering on protocol, port, and path. For more customized filtering, you may also use the regex: prefix. If desired, you can completely disable the web browser.
!defaults/system.properties file, expand in the Nav tree and double-click system.properties.
niagara.webbrowser.urlWhitelist property.tridium.com” and “niagara-community.com, which are necessary to enable Cloud services, such as Device Registration.
| To allow navigation to: | Enter the following value: |
|---|---|
| Web pages served by a particular hostname such as your localhost | niagara.webbrowser.urlWhitelist=hostname |
Web server on any subdomain of a given domain such as domain.com, www.domain.com, subdomain.domain.com |
niagara.webbrowser.urlWhitelist=domain.com |
Specific subdomain such as allowing www.domain.com, but not domain.com |
niagara.webbrowser.urlWhitelist=www.domain.com |
| Localhost but using only the specified protocol and port number, for example, using port 8088 | niagara.webbrowser.urlWhitelist=https://localhost:8088 |
Any URL at domain.com, but filtering with a partial path such as /public/ |
niagara.webbrowser.urlWhitelist=domain.com/public/ |
| Other whitelist configuration options: | |
Additional customizing is possible using regex syntax. The regex will match on any substring of the URL. For example, regex:a would match any URL that contains the letter “a”. Similarly, to match on any file ending in .htm at domain.com, but no other files
|
niagara.webbrowser.urlWhitelist=regex:domain.com/.*/\\w+\\.htm$ |
| To specify multiple URL patterns, enter them in a comma-separated list | For example:niagara.webbrowser.urlWhitelist=localhost,niagara-central.com,bacnet.org |
| To effectively disable the whitelist, set it to an empty regex, which will match on any URL.
|
niagara.webbrowser.urlWhitelist=regex: |
To disable the web browser altogether, set the niagara.webbrowser.disabled property. Disabling the web browser, not only disables access to external URLs, but to all HTML content including the
|
niagara.webbrowser.disabled=true |

tridium.com” and “niagara-community.com, which are required for Cloud services to work in
tridium.com,niagara-community.com serve as the default whitelist.