Quote from
fkapnist on September 22, 2022, 3:24 am
Quote from
Talker on September 13, 2022, 7:23 pm
I know there are better alternatives available, but out of curiosity.
Would the MSHTML (trident) based Web Browser object in Neo pose a threat (security leak) if I would use it only to display a local HTML file that does not contain any links and without any way for the user to enter any kind of URL?
If it would still pose a risk, how would that work exactly?
If you try to open some websites, you might get blocked or see error messages.
If you display a local file, it should work okay, but as for "if it would still pose a risk", it is good not to include vbs, asp or ActiveX in your HTML, just stick to JavaScript instead.
Quote from
Talker on September 13, 2022, 7:23 pm
I know there are better alternatives available, but out of curiosity.
Would the MSHTML (trident) based Web Browser object in Neo pose a threat (security leak) if I would use it only to display a local HTML file that does not contain any links and without any way for the user to enter any kind of URL?
If it would still pose a risk, how would that work exactly?
If you try to open some websites, you might get blocked or see error messages.
If you display a local file, it should work okay, but as for "if it would still pose a risk", it is good not to include vbs, asp or ActiveX in your HTML, just stick to JavaScript instead.
luishp has reacted to this post.