Skip to Content
0
Aug 12, 2016 at 06:57 PM

Personas 3: htmlviewer content not shown unless whitelist set to .*

56 Views

Hi,

In Personas 3 script window, I wrote the following script.

session.findById("wnd[0]/usr/htmlViewerPersonas_147101910333344").content = '<HTML><BODY>ABC</BODY></HTML>';

So far, unless I set URL whitelist to .*, the content is not shown. Even (http|https):\/\/.* is not working.

Any recommendations on URL whitelist?

Thank you.

-Won