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
hi nancyb0004 subject to correction .In Appian, the webContentField function is used to display external web content within an interface.there is no direct way to set attributes like the 'sandbox' attribute for security purposes when using webContentField.