1 parent 7dcf2ea commit 29d5904Copy full SHA for 29d5904
1 file changed
docs/cdp-overview.md
@@ -38,6 +38,11 @@ The same setting is propagated through:
38
- cached replay + special replay actions,
39
- DOM settle/wait paths (`waitForSettledDOM`).
40
41
+Frame-filter URL matching behavior notes:
42
+- protocol-relative (`//host/path`) and scheme-less host URLs (`host/path`, `host:port/path`) are normalized for host-based matching.
43
+- path-only inputs (for example `/widget?prebid=1`) are intentionally not treated as host-based ad-domain matches.
44
+- weak same-site signals are tolerated, while strong tracking/ad signals still filter aggressively.
45
+
46
## Runtime CDP Toggle Policy (Current Behavior)
47
48
CDP execution is enabled by default and configurable at both agent and per-call scope.
0 commit comments