Keeping our elements secure and usable is critical at Zapier
If you were to attempt to embed Zapier and the embedding domain was not registered, we would present an error.
Adding Domains within the Zapier Developer Platform.
randomcnamedomain.com
is not valid for the same reason that a user or bad actor could register that domain.
localhost
, yourcomp.local
and 127.0.0.1
are not valid supported domains. An option during your embed development would be to use a tunnel service like ngrok and to register that ngrok tunnel with us. Be advised, that we will ask for a static domain from ngrok.com or similar tunneling service.
This embed is blocked
error, the CSP may be too restrictive/overly strict. You’ll want to check Console/Network for the appropriate request to see the referrer-policy header. Using strict-origin-when-cross-origin
as the referrer-policy is recommended.
https
test URLs when needed, as using http
would be blocked, even if the domain has been added to the allowlist.