From 078a338f954c685841285c5f8260462258963930 Mon Sep 17 00:00:00 2001 From: Shivani Sharma Date: Fri, 22 Nov 2024 19:05:11 -0500 Subject: [PATCH] Update use_cases.md minor changes in the text for readability --- explainer/use_cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explainer/use_cases.md b/explainer/use_cases.md index 073c137..ea23d46 100644 --- a/explainer/use_cases.md +++ b/explainer/use_cases.md @@ -69,7 +69,7 @@ Much like the Protected Audience API, `selectURL` allows sites to make decisions **_[Not launched as of H1 2024]_** -We would eventually like to constrain fenced frames in such a way that their network communications do not leak significant amounts of cross-site user data. Without arbitrary network access, we can allow the fenced frame full access to user cross-site data. This would allow for full cross-site rendering customizability, which is needed for some use cases such as for third-party payment providers. This section describes a use case in which the fenced frame’s script voluntarily disables its network access, in order to access full cross-site data. +We would eventually like to constrain fenced frames in such a way that their network communications do not leak significant amounts of cross-site user data. Without arbitrary network access, we can allow the fenced frame access to user's cross-site data. This would allow for cross-site rendering customizability, which is needed for some use cases such as for third-party payment providers. This section describes a use case in which the fenced frame’s script voluntarily disables its network access, in order to access cross-site data. Merchants often delegate payment for goods and services to third-party payment providers, and merchants integrate with those providers by embedding a button into their site. However, payment providers on the Web today often decorate their buttons with information specific to the user, such as the last four digits of their credit card, or the card’s carrier (like Visa or MasterCard). This assures the user visiting the merchant that their transaction will occur smoothly. If the user is more confident in their purchase experience, this benefit will then be passed onto the businesses of the payments provider and the merchant.