> For the complete documentation index, see [llms.txt](https://nufi.gitbook.io/developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nufi.gitbook.io/developer-docs/nuficonnect-single-sign-on-sdk-for-cardano-dapps/instructions/iframeinjection.md).

# Iframe injection

Our SDK relies on iframe with NuFi content being injected into your page. In order for it to function correctly we need that you:

* Do not block iframe injection using CSP (Content security policy) `frame-src` directive
  * If using `frame-src` directive, please include `https://*.nu.fi` within it
* Do not block iframe injection using any other unreasonably strict CSP setup
