Ruta Consent

Deployment smoke test for the embeddable consent runtime.

Use this page after each deploy to confirm that the public embed assets load, CORS is configured correctly, and the consent modal can initialize on the current host.

Runtime config


        

Runtime state

Initializing...

Checklist

  • `/consent.js` returns `200` and loads as a module.
  • `/chunks/vendor-cookieconsent.js` returns `200` with CORS headers.
  • The modal can open and persist host-local consent state.

Public assets

{
  "css": "/consent.css",
  "js": "/consent.js",
  "module": true
}