Skip to content

Commit 86c05a5

Browse files
author
Maura Winstanley
committed
update iscrossorigin property desc
1 parent c89c43e commit 86c05a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

specs/LaunchingRegisteredProtocols.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ interface ICoreWebView2LaunchingExternalProtocolEventArgs: IUnknown {
265265
[propget] HRESULT IsUserInitiated([out, retval] BOOL* value);
266266
267267
/// `TRUE` when the external protocol request was initiated via a non-main frame that
268-
/// has a different origin then the owning top-level page.
268+
/// has a different origin then the owning top-level page. When this property is `TRUE`
269+
/// this may indicate a potential security issue and it is advised to block this request.
269270
270271
[propget] HRESULT IsCrossOriginIframe([out, retval] BOOL* value);
271272

0 commit comments

Comments
 (0)