I’m trying to embed @apollo/explorer
into my documentation site. But while doing that, it’s throwing a Content Security Policy issue because apparently it uses iframe instead of an actual react component (not a big deal).
I looked around in apollo studio’s setting to see if there’s any place where I can add my domain to an allowlist of some sort, but I couldn’t find anything. Has anyone had this before?
Thanks in advance.