Skip to content

Commit

Permalink
OpenUI5 Documentation Update 15.06.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Jun 15, 2024
1 parent 5ba92e6 commit 27df9c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Frame_Options_62d9c4d.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ To restrict the embedding to same-origin domains, set `frame-options` to `truste

<script>
globalThis["sap-ui-config"] = {
frame-options: 'trusted',
frame-options-config: {
"frame-options": "trusted",
"frame-options-config": {
callback: function(bSuccess) {
if (bSuccess) {
alert("App is allowed to run!");
Expand All @@ -303,9 +303,9 @@ To allow that the OpenUI5 application is embedded in cross-origin domains, confi
```html
<script>
globalThis["sap-ui-config"] = {
allowlist-service: 'url/to/allowlist/service',
frame-options: 'trusted',
frame-options-config: {
"allowlist-service": "url/to/allowlist/service",
"frame-options": "trusted",
"frame-options-config": {
callback: function(bSuccess) {
if (bSuccess) {
alert("App is allowed to run!");
Expand Down

0 comments on commit 27df9c1

Please sign in to comment.