From dec4d17dfd1dd820be6937dfaa033aa6ff8401d2 Mon Sep 17 00:00:00 2001 From: Nancymic2 Date: Mon, 14 Aug 2023 13:51:06 -0400 Subject: [PATCH 1/2] Add reset details to testing section --- .../privacy-sandbox/first-party-sets-integration/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/en/docs/privacy-sandbox/first-party-sets-integration/index.md b/site/en/docs/privacy-sandbox/first-party-sets-integration/index.md index f5dfd26b2763..8d9fe011b491 100644 --- a/site/en/docs/privacy-sandbox/first-party-sets-integration/index.md +++ b/site/en/docs/privacy-sandbox/first-party-sets-integration/index.md @@ -322,6 +322,13 @@ https://first-party-sets.glitch.me/ Call the APIs (rSA or rSAFor) from the sites that are being tested and validate access to the cross-site cookies. +### Reseting permissions to the default + +If you want to remove all FPS-mediated permissions and reset to the default state, there are currently two ways to do so: + +- Restart the browser, for example by visiting `chrome://restart`. (Any recent Chrome version.) +- Visit `chrome://settings/cookies`, set the default behavior toggle to "Block third-party cookies", and toggle the "Allow related sites to see your activity in the group" option off and then on again. Be sure to refresh the page you're testing on as well. (Chrome 116.0.5845.42 or later.) + ## FPS submission process To declare the relationship amongst the domains and specify which subset they are part of, follow the steps below: From f8e3f02685bebc82bda6e740341cf43db7b3ac2d Mon Sep 17 00:00:00 2001 From: Nancymic2 Date: Mon, 14 Aug 2023 15:27:33 -0400 Subject: [PATCH 2/2] Update site/en/docs/privacy-sandbox/first-party-sets-integration/index.md Co-authored-by: Chris Fredrickson --- .../docs/privacy-sandbox/first-party-sets-integration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/docs/privacy-sandbox/first-party-sets-integration/index.md b/site/en/docs/privacy-sandbox/first-party-sets-integration/index.md index 8d9fe011b491..1e80855f694d 100644 --- a/site/en/docs/privacy-sandbox/first-party-sets-integration/index.md +++ b/site/en/docs/privacy-sandbox/first-party-sets-integration/index.md @@ -327,7 +327,7 @@ Call the APIs (rSA or rSAFor) from the sites that are being tested and validate If you want to remove all FPS-mediated permissions and reset to the default state, there are currently two ways to do so: - Restart the browser, for example by visiting `chrome://restart`. (Any recent Chrome version.) -- Visit `chrome://settings/cookies`, set the default behavior toggle to "Block third-party cookies", and toggle the "Allow related sites to see your activity in the group" option off and then on again. Be sure to refresh the page you're testing on as well. (Chrome 116.0.5845.42 or later.) +- Visit `chrome://settings/cookies`, set the "Default behavior" setting to "Block third-party cookies", and toggle the "Allow related sites to see your activity in the group" option off and then on again. Be sure to refresh the page you're testing on as well. (Chrome 116.0.5845.42 or later.) ## FPS submission process