Mobile Web Wearable Web

Security

Security features include HTML element and client-side cross-origin request control.

The main security features are:

  • HTML5 iframe element

    Enables you to allow or block specific HTML elements on a Web page.

  • Cross-Origin Resource Sharing

    Enables you to make cross-origin requests to resources, allowing a client-side Web application to obtain data retrieved from another origin.

Go to top