Skip to content

Commit 3d9b529

Browse files
update
1 parent bcc98d2 commit 3d9b529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/extensions/ui-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ To configure an `iframe` UI extension, mandatory fields are `name`, `position`,
197197

198198
**Ensuring security of embedded iframes**
199199

200-
1 - Properly configure [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) headers to control the sources from which content can be loaded.
200+
- Properly configure [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) headers to control the sources from which content can be loaded.
201201

202202
::: warning
203203
Please note that if these headers are misconfigured, iframe functionality may not work as intended.
204204
:::
205205

206-
2 - Add a secret to you extension. It will be used to generate a JWT token that is sent to the iframe using post message.
206+
- Add a secret to you extension. It will be used to generate a JWT token that is sent to the iframe using post message.
207207

208208
**PostMessage**
209209

0 commit comments

Comments
 (0)