Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please be aware that you refer to an existing <iconFile> in your configuration!

Note: You can still use the <taskClass> tag to identify the  component by it's class name, but using the <predefinedDisplay> is the preferred way of doing this.   

Configuring a Whitelist

For security reasons, an extra display configuration file named WebBrowserDisplay.xml has been added where you should list domains on the internet that are considered safe for the embedded web browser so it will allow users to navigate to web pages hosted in these domains.

...

Code Block
xml
xml
<nodes id="Web" name="Web">
		<node id="node1" name="FOEN Swiss">
			<workflowId>Import</workflowId>
			<url>https://www.bafu.admin.ch/bafu/en/home.html</url>
		</node>
		<node id="node2" name="Meteo Swiss">
			<workflowId>Import</workflowId>
			<url>https://www.meteoswiss.admin.ch/home.html?tab=overview</url>
		</node>
		<node id="node3" name="Energy SFOE Swiss">
			<workflowId>Import</workflowId>
			<url>http<url>https://www.bfe.admin.ch/themen/00490/00491/00494/index.html?lang=en</url>
		</node>
		<node id="node4" name="YouTube (to test movies)">
			<workflowId>Import</workflowId>
			<url>https://www.youtube.com/</url>
		</node>	
		<node id="node5" name="Deltares">
			<workflowId>Import</workflowId>
			<url>https://www.deltares.nl/en/</url>
		</node>
		<node id="node6" name="Rijksoverheid (to test certificates) and redirect to https">
			<workflowId>Import</workflowId>
			<url>http<url>https://www.rijksoverheid.nl/</url>
		</node>
		<node id="node7" name="local html">
			<workflowId>Import</workflowId>
			<url>file:///PATH_TO_LOCAL_FILE.html</url>
		</node>		
	</nodes>

...