From f57295c7086f9e4e4f4516d2292a70b97a50069d Mon Sep 17 00:00:00 2001 From: Sam Dutton Date: Wed, 29 Mar 2023 15:15:43 +0100 Subject: [PATCH 1/4] Update FLEDGE chrome://settings content Don't merge before tech review. @kevinkiklee FYI --- site/en/docs/privacy-sandbox/fledge/index.md | 28 +++++++++----------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/site/en/docs/privacy-sandbox/fledge/index.md b/site/en/docs/privacy-sandbox/fledge/index.md index 19fc79155a65..0ba987f1b079 100644 --- a/site/en/docs/privacy-sandbox/fledge/index.md +++ b/site/en/docs/privacy-sandbox/fledge/index.md @@ -9,7 +9,7 @@ description: > websites a user has previously visited, designed so it cannot be used by third parties to track user browsing behavior across sites. date: 2022-01-27 -updated: 2022-08-23 +updated: 2023-03-29 authors: - samdutton - kevinkiklee @@ -169,23 +169,21 @@ implemented and what's still in progress. ### What browser configuration is available? {: #user-controls} -Users can adjust their participation for Privacy Sandbox trials in Chrome by -enabling or disabling the top-level setting in -`chrome://settings/privacySandbox`. During initial testing, people can use the -Privacy Sandbox setting to opt out of FLEDGE. +Users can adjust their participation in Privacy Sandbox trials by enabling or disabling the +top-level setting in `chrome://settings/privacySandbox`. During initial testing, people can use the +Privacy Sandbox setting to opt out of FLEDGE. API callers can't access group membership when users +browse in Incognito mode, and membership is removed when users clear their site data. -Chrome plans to allow users to see and manage the list of interest groups that -they've been added to, across the sites they've visited. As with the Privacy -Sandbox technologies, user settings may evolve with feedback from users, -regulators, and others. +`chrome://settings/adPrivacy/sites` lists sites where the user has been added to an interest group. +Chrome DevTools [shows interest groups](https://developer.chrome.com/blog/fledge-api/#debugging) +that have been joined, left, or that participated in an auction. -We'll update the available settings in Chrome as the FLEDGE proposal -progresses, [based on tests and feedback](/docs/privacy-sandbox/proposal-lifecycle/#testing). -In the future, we'll offer more granular settings to manage FLEDGE and -associated data. +{% Img src="image/80mq7dk16vVEg8BBhsVe42n6zn82/jkNZ1ZT44itRV653UiPX.png", + alt="Chrome settings for FLEDGE", width="800", height="648" %} -API callers can't access group membership when users browse in Incognito mode, -and membership is removed when users clear their site data. +As with other Privacy Sandbox technologies, user settings will evolve +[based on tests and feedback](/docs/privacy-sandbox/proposal-lifecycle/#testing) from users, +regulators, and others. {: #opt-out-site} From 3f72ee39bc3814e7267038682a40b5fa63d2444d Mon Sep 17 00:00:00 2001 From: Alexandra White Date: Wed, 29 Mar 2023 11:23:19 -0400 Subject: [PATCH 2/4] Update site/en/docs/privacy-sandbox/fledge/index.md --- site/en/docs/privacy-sandbox/fledge/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/docs/privacy-sandbox/fledge/index.md b/site/en/docs/privacy-sandbox/fledge/index.md index 0ba987f1b079..f81b43671721 100644 --- a/site/en/docs/privacy-sandbox/fledge/index.md +++ b/site/en/docs/privacy-sandbox/fledge/index.md @@ -175,7 +175,7 @@ Privacy Sandbox setting to opt out of FLEDGE. API callers can't access group mem browse in Incognito mode, and membership is removed when users clear their site data. `chrome://settings/adPrivacy/sites` lists sites where the user has been added to an interest group. -Chrome DevTools [shows interest groups](https://developer.chrome.com/blog/fledge-api/#debugging) +Chrome DevTools [shows interest groups](/blog/fledge-api/#debugging) that have been joined, left, or that participated in an auction. {% Img src="image/80mq7dk16vVEg8BBhsVe42n6zn82/jkNZ1ZT44itRV653UiPX.png", From c9b509282bd81e29e805229defd2b4f250820c62 Mon Sep 17 00:00:00 2001 From: Sam Dutton Date: Thu, 30 Mar 2023 17:34:59 +0100 Subject: [PATCH 3/4] Fixed DevTools link --- site/en/docs/privacy-sandbox/fledge/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/docs/privacy-sandbox/fledge/index.md b/site/en/docs/privacy-sandbox/fledge/index.md index f81b43671721..d9efdd484ebb 100644 --- a/site/en/docs/privacy-sandbox/fledge/index.md +++ b/site/en/docs/privacy-sandbox/fledge/index.md @@ -175,7 +175,7 @@ Privacy Sandbox setting to opt out of FLEDGE. API callers can't access group mem browse in Incognito mode, and membership is removed when users clear their site data. `chrome://settings/adPrivacy/sites` lists sites where the user has been added to an interest group. -Chrome DevTools [shows interest groups](/blog/fledge-api/#debugging) +Chrome DevTools [shows interest groups](/blog/fledge-api/#observe-fledge-events) that have been joined, left, or that participated in an auction. {% Img src="image/80mq7dk16vVEg8BBhsVe42n6zn82/jkNZ1ZT44itRV653UiPX.png", From b29c7f324eba2264164b6aa4b49cac83fb0efd7b Mon Sep 17 00:00:00 2001 From: Alexandra White Date: Mon, 3 Apr 2023 09:25:42 -0400 Subject: [PATCH 4/4] Update site/en/docs/privacy-sandbox/fledge/index.md --- site/en/docs/privacy-sandbox/fledge/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/docs/privacy-sandbox/fledge/index.md b/site/en/docs/privacy-sandbox/fledge/index.md index d9efdd484ebb..a8758a34eefd 100644 --- a/site/en/docs/privacy-sandbox/fledge/index.md +++ b/site/en/docs/privacy-sandbox/fledge/index.md @@ -9,7 +9,7 @@ description: > websites a user has previously visited, designed so it cannot be used by third parties to track user browsing behavior across sites. date: 2022-01-27 -updated: 2023-03-29 +updated: 2023-04-03 authors: - samdutton - kevinkiklee