rtCamp / psat-demos

1 stars 1 forks source link

Personalization demo with local storage #44

Closed fellyph closed 9 months ago

fellyph commented 9 months ago

Description

This pull request contains a demo with localStorage across the domain using frames. The user will have the capability to set light and dark modes on domain C. The goal of this demo is to demonstrate the restriction over storage data saved via iframe.

The domain A and domain B use an iframe that sets a user preference for domain C when the Storage Partitioned is enabled the changes in domain A will only be visible between A and C, and not visible on domain B

Screenshot 2024-02-12 at 14 31 21 Screenshot 2024-02-12 at 14 31 28