33
Views
5
Comments
Regarding Sandbox attribute of iframe
Application Type
Traditional Web

Hi, all

I would like to know Traditional web app can specify sandbox attribute of iframe tag?

My goal is to limit available functions displayed in the iframe.


Regards,

Asami

2025-11-11 13-17-51
Rajan C

Hi Asami,

I believe you are using below iframe web block to load the url.

If you are using Iframe web block then there is no direct way to add sandbox attribute but you can add it by using javascript.


Other ways to add Iframe in outsystems web application  are listed below,

Option 1:

Using HTML web block

If you use HTML web block then you directly add Iframe Tag like this "<iframe src="demo_iframe_sandbox.htm" sandbox></iframe>"


Option 2:

Use expression by setting it property "escape content" as "No"

Similar to HTML web block you directly add Iframe Tag like this "<iframe src="demo_iframe_sandbox.htm" sandbox></iframe>"


Please try these suggestions and let you know if you still need some assistance.

UserImage.jpg
asami uchida

Hi, RajanThank you for teaching me.

I'm trying what you've told me, but it's not displayed in the first place.

I would like you to tell me if you know...

Regards,

Asami



IframeTest.PNG
2025-11-11 13-17-51
Rajan C

Hi Asami,

 As I said if you are using iframe web block then there is no direct way to add the "sandbox" attribute.

Instead of try with option 1 or option 2 which I suggested in the above thread.




UserImage.jpg
asami uchida


Hi, Rajan

Thank you for teaching me a lot of things.


Regards,

Asami

2025-11-11 13-17-51
Rajan C

Hi Asami,

Hope my suggestion solved your problem.

So please mark this as solution. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.