Skip to content

Commit

Permalink
removing references to 3PCD
Browse files Browse the repository at this point in the history
  • Loading branch information
fellyph committed Jul 31, 2024
1 parent b6b9d61 commit c81ac7f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# PSAT Demos

PSAT Demos is a web application that showcases various demos and scenarios related to privacy sandbox.
PSAT Demos is a web application that showcases various demos and scenarios related to Privacy Sandbox.

## Description

PSAT Demos is a web application built using Node.js and Express. It demonstrates different privacy-related
technologies and scenarios through various demos and use cases.
PSAT Demos is a web application built using Node.js and Express. It demonstrates different privacy-related technologies and scenarios through various demos and use cases.

The project is structured into two main sections:

1. **Demo Types**: These are categorized demos, each showcasing a specific privacy sandbox technology.
1. **Demo Types**: These are categorized demos showcasing a specific privacy sandbox technology.
2. **Scenarios**: These demos represent real-world scenarios where privacy technologies can be applied.

## Getting Started
Expand Down Expand Up @@ -75,9 +74,7 @@ cookies as partitioned cookies tied to the top-level site where it's initially s
### **Analytics - Cross-Domain Tracking**
This demo showcases the ability to track user interactions using third-party cookies when third-party services are
utilized. The demo consists of three domains - a first-party domain utilizing a third-party service, another first-party
domain also utilizing the third-party service, and the third-party analytics service domain.
This demo showcases the ability to track user interactions using third-party cookies when third-party services are utilized. The demo consists of three domains - a first-party domain utilizing a third-party service, another first-party domain also utilizing the third-party service, and the third-party analytics service domain.
**Domain Information**
Expand All @@ -103,7 +100,7 @@ sequenceDiagram
DomainB->>DomainC: Retrieves unique ID from cookie
DomainC->>User: Recognizes as the same User
Note over User,DomainC: After Third-party Cookie Deprecation
Note over User,DomainC: After blocking third-party cookies
User->>DomainA: Visits
DomainA->>DomainC: Unable to assign unique ID
Expand Down Expand Up @@ -151,7 +148,7 @@ sequenceDiagram
DomainC->>DomainC: Fetches cart data from cookie
DomainC->>User: Displays cart contents (Product 1 and Product 2)
Note over User,DomainC: After third-party cookie deprecation
Note over User,DomainC: After blocking third-party cookies
User->>DomainA: Access homepage again
DomainA->>User: Render homepage with embedded iframe to DomainC/products
Expand Down Expand Up @@ -202,7 +199,7 @@ sequenceDiagram
User->>YouTube: Observe "watch later" button presence
Note over User,YouTube: After third-party cookie deprecation
Note over User,YouTube: After blocking third-party cookies
User->>DomainA: Navigate to DomainA/embedded-video
DomainA->>YouTube: Load YouTube video
Expand Down Expand Up @@ -254,7 +251,7 @@ sequenceDiagram
DomainC->>DomainB: Confirm user is logged in
DomainB->>User: Render profile page
Note over User,DomainC: After Third-Party Cookies Deprecation
Note over User,DomainC: After blocking third-Party cookies
User->>DomainA: Visit domain-aaa.com
DomainA->>User: Render sign-in page
Expand Down

0 comments on commit c81ac7f

Please sign in to comment.