From 2f6849b056defed135f43ec305b4d45d0fcde445 Mon Sep 17 00:00:00 2001 From: Matt Menke Date: Fri, 9 Feb 2024 12:55:21 -0500 Subject: [PATCH] Change how updating IGs to an unknown executionMode behaves. (#927) When joining IGs with unrecognized modes, we use "compatibility" for forward compatibility. Seems like we should do the same for updates. Note that neither this behavior nor the originally described behavior are what currently happens - we currently ignore unrecognized modes. Want to get approval for this before changing behvaior. --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index ac59ebef5..7495a8a49 100644 --- a/spec.bs +++ b/spec.bs @@ -3566,7 +3566,7 @@ The updateAdInterestGroups() method steps are:
1. If |value| is "`compatibility`", "`frozen-context`", or "`group-by-origin`", set |ig|'s [=interest group/execution mode=] to |value|. - 1. Otherwise, jump to the step labeled Abort update. + 1. Otherwise, set |ig|'s [=interest group/execution mode=] to "`compatibility`".
"`biddingLogicURL`"
"`biddingWasmHelperURL`"