Content Security Policy

The origins to allow, and how to pass a nonce.

If your site sends a Content Security Policy, it has to allow the connector and the data plane.

DirectiveAllowWhy
script-srccdn.wolfigs.comThe connector, and the editor bundle for people who are editing.
connect-srcapi.cloud.wolfigs.comFetching the published manifest.
img-srcapi.cloud.wolfigs.comImages uploaded through the editor, if you use them.
style-src'unsafe-inline'Responsive overrides are applied as an inline stylesheet.

Nonces#

If your policy uses a nonce rather than an origin allowlist, pass it and the connector stamps it on the script it injects.

React
<Webnak siteKey="ilk_your_site_key" nonce={nonce} />