How to use Iframe to embed an MSR event on your website
Previously, we allowed you to use an `<iframe ...>` tag to embed a MotorsportReg.com page in the middle of your own website.
Unfortunately, this approach can be used nefariously with a process called "clickjacking" where a bad actor creates a transparent iframe of the website and tricks users into taking actions they are not aware of. Accordingly, as of March 2019, we have disabled this functionality by returning an HTTP header `X-Frame-Options: SAMEORIGIN` which instructors web browsers to not load the iframe.
We still have an exception for our API to generate an embeddable calendar using the following syntax:
<iframe src="https://api.motorsportreg.com/rest/calendars/organization/{your-id-here}.html" height="300" width="100%" style="border: 1px solid #ccc; margin: 10px 0;"></iframe>
Instead of embedding with an iframe, we are offering to white label the entire registration process. Please contact our support team for more details.