nuxt-c15t Playground

State: ui: none

Network Blocker

Outgoing fetch and XMLHttpRequest calls to matching domains return 451 until consent is granted. Catches beacons and pixels from already-loaded code.

Log

(empty — try the buttons above)

Config

c15t: {
  networkBlocker: {
    rules: [
      { id: 'ga', domain: 'google-analytics.com', category: 'measurement' },
      { id: 'fb', domain: 'facebook.com', category: 'marketing', pathIncludes: '/tr' },
    ],
  },
}