diff --git a/data/PSInfo.json b/data/PSInfo.json index bf123d246..aac74a57b 100644 --- a/data/PSInfo.json +++ b/data/PSInfo.json @@ -37,7 +37,7 @@ "proposal": "https://github.com/WICG/first-party-sets", "publicDiscussion": "https://github.com/WICG/first-party-sets/issues", "videoOverview": "https://www.youtube.com/watch?v=cNJ8mZ-J3F8", - "devDocumentation": "https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/" + "devDocumentation": "https://developer.chrome.com/docs/privacy-sandbox/related-website-sets/" }, "shared-storage": { "name": "Shared Storage", diff --git a/packages/extension/src/view/devtools/components/siteBoundaries/relatedWebsiteSets/jsonGenerator/jsonOutput/otherDomainOutput.tsx b/packages/extension/src/view/devtools/components/siteBoundaries/relatedWebsiteSets/jsonGenerator/jsonOutput/otherDomainOutput.tsx index 77ba419be..c887be57e 100644 --- a/packages/extension/src/view/devtools/components/siteBoundaries/relatedWebsiteSets/jsonGenerator/jsonOutput/otherDomainOutput.tsx +++ b/packages/extension/src/view/devtools/components/siteBoundaries/relatedWebsiteSets/jsonGenerator/jsonOutput/otherDomainOutput.tsx @@ -44,8 +44,9 @@ const OtherDomainOutput = ({ 2

- Add the .well-known file to all the other domains{' '} - in your set with the following content: + Add the file related-website-set.json in the directory + .well-known of all the other domains in your set + with the following content:

@@ -56,7 +57,7 @@ const OtherDomainOutput = ({
{primaryWellKnownOutput.associatedSites.map((url) => (
  • - {url}/.well-known/first-party-set.json + {url}/.well-known/related-website-set.json
  • ))}
    @@ -68,7 +69,7 @@ const OtherDomainOutput = ({
    {primaryWellKnownOutput.serviceSites.map((url) => (
  • - {url}/.well-known/first-party-set.json + {url}/.well-known/related-website-set.json
  • ))}
    @@ -81,7 +82,7 @@ const OtherDomainOutput = ({ {Object.values(primaryWellKnownOutput.ccTLDs).map((cctlds) => cctlds.map((cctld) => (
  • - {cctld}/.well-known/first-party-set.json + {cctld}/.well-known/related-website-set.json
  • )) )} diff --git a/packages/extension/src/view/devtools/components/siteBoundaries/relatedWebsiteSets/jsonGenerator/jsonOutput/primaryDomainOutput.tsx b/packages/extension/src/view/devtools/components/siteBoundaries/relatedWebsiteSets/jsonGenerator/jsonOutput/primaryDomainOutput.tsx index 33d37e812..f2e083ff3 100644 --- a/packages/extension/src/view/devtools/components/siteBoundaries/relatedWebsiteSets/jsonGenerator/jsonOutput/primaryDomainOutput.tsx +++ b/packages/extension/src/view/devtools/components/siteBoundaries/relatedWebsiteSets/jsonGenerator/jsonOutput/primaryDomainOutput.tsx @@ -39,15 +39,16 @@ const PrimaryDomainOutput = ({ 1

    - Add the .well-known file to the primary domain{' '} - with the following content: + Add the file related-website-set.json in the directory + .well-known of the primary domain with the + following content: