Security SRI / CSP
How to self-host or use SRI / CSP with our scripts
📦 Script Types Comparison
Script Type
Size
Dynamic Loading
CSP Compatibility
SRI (Integrity) Support
Self-hostable
✅ All-in-One (AIO)
<script
charset="UTF-8"
src="https://s-eu-1.pushpushgo.com/js/{projectId}/aio.js"
integrity="sha384-<YOUR_HASH>"
crossorigin="anonymous"
async="async">
</script>🚀 Chunked Scripts (Dynamic)
🧩 Service Worker Strategies
✅ Recommended for better security: Downloaded Worker (sw.js)
❄️ Freeze Mode Explained
✅ Recommended for secure setup (All-in-One)
🔁 Update Checklist (AIO mode)
Last updated