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
/// and [Content-Security-Policy frame-ancestors directive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors).
213
213
/// 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
216
216
/// it as the source list of the Content-Security-Policy frame-ancestors directive.
217
217
/// 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
219
219
/// those origins, you should set this property to `https://example.com https://www.example.com`.
220
220
/// This property gives the app the ability to use iframe to embed sites that otherwise
221
221
/// could not be embedded in an iframe in trusted app pages.
0 commit comments