Skip to content
Snippets Groups Projects
Commit f7a56020 authored by Walter Leibbrandt's avatar Walter Leibbrandt Committed by Kyle Doherty
Browse files

Port note to IE11 users from EE docs (#11583)


* Port note to IE11 users from EE's docs

* Update docs/enterprise-guide/full-app-embedding.md

Co-Authored-By: default avatarMaz Ameli <maz@metabase.com>

Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
parent cf05b887
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ Once you do, you'll see a set of options:
For example, `https://*.metabase.com http://my-web-app.example.com:8080/`. Leaving this empty will default to a `frame-ancestors` value of `'none'`.
If you're a fancy person, you can specify this URL in the environment variable `MB_EMBEDDING_APP_ORIGIN`.
A note to IE11 users: only the first URL will be valid for IE11 due to limitations in the HTTP headers it supports. IE11 does not support the `Content-Security-Policy` header, but does support `X-Frame-Options`, which can only accept a single value.
### Setting things up in your web app
To give you a picture of what you'll need to do in your app, we've created this [reference app](https://github.com/metabase/sso-examples/tree/master/app-embed-example). If you use React in your application, [this React component](https://github.com/metabase/sso-examples/blob/master/app-embed-example/src/MetabaseAppEmbed.js) may be helpful.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment