You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Use the rich text editor control in Power Apps | MicrosoftDocs
3
3
description: "The rich text editor control provides the app user a WYSIWYG editing area for formatting text"
4
4
ms.custom: ""
5
-
ms.date: 11/18/2022
5
+
ms.date: 02/28/2023
6
6
ms.reviewer: "matp"
7
7
ms.suite: ""
8
8
ms.tgt_pltfrm: ""
@@ -737,10 +737,26 @@ Depends on showAsTabControl and showPreview set to true.
737
737
```"showPreviewHeaderWarning": false```
738
738
</td>
739
739
740
-
</tr>
741
-
</table>
740
+
<tr>
741
+
<td>
742
+
allowSameOriginSandbox
743
+
</td>
744
+
<td>
745
+
This property enables the content within the rich text editor to be treated as from the same origin as the rendering app.
746
+
747
+
> [!CAUTION]
748
+
> Use this property with caution. Only use trusted external content because any untrusted external content could be allowed access to internal resources. <br></br>
0 commit comments