From c1df2100d8d10f6284abc221db64b750c69fc420 Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Fri, 27 Oct 2023 01:37:24 -0500 Subject: [PATCH] wip --- .changeset/fair-pillows-sin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/fair-pillows-sin.md b/.changeset/fair-pillows-sin.md index 53f43b5dc..e4a12fdb2 100644 --- a/.changeset/fair-pillows-sin.md +++ b/.changeset/fair-pillows-sin.md @@ -3,5 +3,6 @@ --- * Rename `shouldLoad` -> `shouldLoadSegment` -* Remove redundant `shouldDisableConsentRequirement` setting, in favor of shouldLoad's `ctx.abort({ disableConsentRequirement: true/false })` +* Rename `loadSegmentNormally` -> `disableConsentRequirement` +* Remove redundant `shouldDisableConsentRequirement` setting, in favor of shouldLoad's `ctx.abort(...)` * Create `shouldLoadWrapper` API for waiting for consent script initialization.