The "Authorized to Embed" setting allows Admins to designate which domains are allowed to host an embedded iframe of your Academy.
On the back-end, we've implemented this via our security headers that allow this limit which domains are allowed to load a given site in an iframe. By setting this field, we are telling the browser, “don’t allow WorkRamp to load inside an iframe on any site, unless it’s in this list”.
FAQ
What format should I list the domains in?
Example formats would be
my-site.com
,my.site.io
,learning.mysite.com
, etc.If you have more than one sub-domain that you would like to embed your Academy on, you can also use a wildcard (
*
), in the format of*.mysite.com
Do not include "https://" or pages on the site (i.e.
my-site.com/learning
)