Do to security concerns of iFrames our risk team wants us to pass the sandbox attribute on our webContentField that displays a thrid party website within our Appian application. Bassically we need the equivalent to this: <iframe src="demo.htm" sandbox="allow-scripts"> Is there a way for us to achieve this in Appian?
Discussion posts and replies are publicly visible
As per my knowledge, You can't directly manipulate the <iframe> tag or its attributes like the sandbox attribute when using the webContentField to display third-party websites.