How to include web push with Content Security Policy rules?
Depending on your environment, you may need to configure your website to authorize Batch.
Service Worker
worker-src 'self' https://via.batch.comJavaScript tag
connect-src https://via.batch.com https://ws.batch.comscript-src https://via.batch.com
script-src 'unsafe-inline'PreviousHow to check that Batch JavaScript tag is available on my website?NextHow to allow users to manage their push preferences from my website?
Last updated

