Skip to main content
April 1, 2024
Question

webContentField passing sandbox attribute

  • April 1, 2024
  • 2 replies
  • 0 views

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?

2 replies

shubhama926776
April 1, 2024

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.

karumurua531442
April 1, 2024

hi [mention:2d0cc1a668b6458992897652c53bf812:e9ed411860ed4f2ba0265705b8793d05] 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.