feat(cmp): Phase 2 — script blocking + cookie tracking

Migration 108: scripts_blocked, scripts_released, cookies_set JSONB columns.
Backend models/schema/service/serializer/routes extended.
Admin detail modal shows released scripts and set cookies with categories.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-11 22:52:26 +02:00
parent 051890c370
commit 397de741c1
8 changed files with 73 additions and 0 deletions
@@ -87,6 +87,9 @@ async def record_consent(
screen_resolution=body.screen_resolution,
session_id=body.session_id,
consent_scope=body.consent_scope,
scripts_blocked=body.scripts_blocked,
scripts_released=body.scripts_released,
cookies_set=body.cookies_set,
)