Nothing
#RedPort class constructor---------------------------------------------------
RedPort = function (title='default', host='127.0.0.1', port=9091)
{
uri = sprintf ('http://%s:%s', host, port)
dp = new ('RedPort', title=title, uri=uri, host=host, port=port)
return (dp)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.