Skip to content

Commit 29d5904

Browse files
Document frame-filter URL normalization behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 7dcf2ea commit 29d5904

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎docs/cdp-overview.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ The same setting is propagated through:
3838
- cached replay + special replay actions,
3939
- DOM settle/wait paths (`waitForSettledDOM`).
4040

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+
4146
## Runtime CDP Toggle Policy (Current Behavior)
4247

4348
CDP execution is enabled by default and configurable at both agent and per-call scope.

0 commit comments

Comments
 (0)