Skip to content

Commit 4bf587d

Browse files
authored
Update AdditionalAllowedFrameAncestors.md
1 parent 4268153 commit 4bf587d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specs/AdditionalAllowedFrameAncestors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ interface ICoreWebView2NavigationStartingEventArgs_2 : ICoreWebView2NavigationSt
211211
/// http header [X-Frame-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options)
212212
/// and [Content-Security-Policy frame-ancestors directive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors).
213213
/// If set, a frame ancestor is allowed if it is allowed by the additional allowed frame
214-
/// ancestoers or original http header from the site.
215-
/// Whether an ancestor is allowed by the additional allowed frame ancestoers is done the same way as if the site provided
214+
/// ancestors or original http header from the site.
215+
/// Whether an ancestor is allowed by the additional allowed frame ancestors is done the same way as if the site provided
216216
/// it as the source list of the Content-Security-Policy frame-ancestors directive.
217217
/// For example, if `https://example.com` and `https://www.example.com` are the origins of the top
218-
/// page and intemediate iframes that embed a nested site-embedding iframe, and you fully trust
218+
/// page and intermediate iframes that embed a nested site-embedding iframe, and you fully trust
219219
/// those origins, you should set this property to `https://example.com https://www.example.com`.
220220
/// This property gives the app the ability to use iframe to embed sites that otherwise
221221
/// could not be embedded in an iframe in trusted app pages.

0 commit comments

Comments
 (0)