cancel
Showing results for 
Search instead for 
Did you mean: 

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

0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

clemens_gantert
Active Participant
0 Kudos

Hello Won,

please use "/.* for a "local" whitelist entry.

Thanks,

Clemens

Answers (1)

Answers (1)

0 Kudos

This worked! thank you Clements!.