Skip to content

Commit 0fd5454

Browse files
Update specs/AdditionalAllowedFrameAncestors.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 37fb557 commit 0fd5454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/AdditionalAllowedFrameAncestors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Due to potential [Clickjacking](https://en.wikipedia.org/wiki/Clickjacking) att
77
However, there are application scenarios that require hosting these sites in the app's UI that is authored as an HTML page.
88
`<webview>` HTML element was provided for these hosting scenarios in previous solutions like Electron and JavaScript UWP apps.
99

10-
For WebView2, we are providing a native API for these hosting scenarios. Developers can use it to provide additional allowed frame ancestors as if the site sent these as part of the Content-Security-Policy frame-ancestors directive. The result is that an ancestor is allowed if it is allowed by the site's origional policies or by this addtional allowed frame ancestors.
10+
For WebView2, we are providing a native API for these hosting scenarios. Developers can use it to provide additional allowed frame ancestors as if the site sent these as part of the Content-Security-Policy frame-ancestors directive. The result is that an ancestor is allowed if it is allowed by the site's original policies or by this additional allowed frame ancestors.
1111

1212
# Conceptual pages (How To)
1313

0 commit comments

Comments
 (0)