I would like to place an advertisement on a Web application.
The advertisement was distributed by IFRAME and uses JavaScript.
<iframe src="http://ads.com/ads.html" sandbox="allow-scripts"></iframe>
Usually, the advertisement is safe to the exterior of IFRAME.
However, when this advertisement distributes the script containing tizen API, the security collapses.
There is only one way to make tizen API impossible to use - Leave out 'allow-scripts' from sandbox attribute and forbid JavaScript.
Is there any way to permit JavaScript and NOT permit calling tizen API?
Tizen should adds "allow-tizen-api" option to sandbox attribute of iframe. It is the method of forbidding tizen API in IFRAME.
It is a security probrem. Is there any ideas?