SAPUI5 Frame Options
The frame-options configuration in SAPUI5 is a client-side feature that controls how an application behaves when embedded inside an HTML <iframe>. Developers use it to protect their SAPUI5 applications from clickjacking attacks by restricting which origins are permitted to frame the application. You can learn more in the Frame Options documentation.
Tutorials that teach this
Docs explaining this concept
Prerequisites
- Concept Asynchronous Component Loading The provided sources do not contain sufficient information to define the requested concept, as the concept name is listed as "undefined" and none of the source snippets address a single, clearly identifiable concept that can be described in a grounded definition. A definition cannot be responsibly written without a named concept and supporting source material.
- Concept SAPUI5 Bootstrapping Bootstrapping in SAPUI5 is the process of [loading and initializing the SAPUI5 runtime](https://ui5.sap.com/#/topic/a04b0d10fb494d1cb722b9e341b584ba) so that its features can be used in an application. A developer typically triggers bootstrapping by including a `<script>` tag that references the SAPUI5 core library, with configuration options supplied as attributes or via a dedicated configuration object. SAPUI5 supports multiple bootstrapping variants, such as the [standard variant and the noJQuery variant](https://ui5.sap.com/#/topic/91f1f4536f4d1014b6dd926db0e91070), the latter of which allows bootstrapping without loading jQuery as part of the process. The runtime can be further tailored through several configuration options provided by SAPUI5 to control its behavior after initialization.