CreateRemoteWebUI: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{Notice|This function has the same parameters as CreateWebUI. You can call SetWebURL to open a whitelisted website.}}" |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription|Creates a new remote WebUI, which allows opening whitelisted websites.}} | |||
{{Notice|This function has the same parameters as [[CreateWebUI]]. You can call [[SetWebURL]] to open a whitelisted website.}} | {{Notice|This function has the same parameters as [[CreateWebUI]]. You can call [[SetWebURL]] to open a whitelisted website.}} | ||
You can whitelist additional domains in this config file. | |||
<pre> | |||
%AppData%\..\Local\Onset\Saved\Config\remotewebui_whitelist.cfg | |||
</pre> | |||
Since 1.4.2 the server can request additional domain whitelists [[AddWebUIWhitelist]] |
Latest revision as of 17:46, 21 January 2021
Description
Creates a new remote WebUI, which allows opening whitelisted websites.
You can whitelist additional domains in this config file.
%AppData%\..\Local\Onset\Saved\Config\remotewebui_whitelist.cfg
Since 1.4.2 the server can request additional domain whitelists AddWebUIWhitelist