From f62fec6b8a1f37b0d6f55e19bd401c2a69453e59 Mon Sep 17 00:00:00 2001 From: Michael Griego Date: Mon, 31 May 2021 15:16:06 -0500 Subject: [PATCH] Fix typo in cross-iframe callback. --- CCPA/Data Deletion Request Handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CCPA/Data Deletion Request Handling.md b/CCPA/Data Deletion Request Handling.md index fb023dc..4505077 100644 --- a/CCPA/Data Deletion Request Handling.md +++ b/CCPA/Data Deletion Request Handling.md @@ -244,7 +244,7 @@ Below is an example script demonstrating how a vendor script can properly handle } catch (ignore) {} - if (json.__tcfapiReturn) { + if (json.__uspapiReturn) { // should be executed at window scope deletePersonalData();