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
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
anddomain B
use an iframe that sets a user preference fordomain C
when the Storage Partitioned is enabled the changes indomain A
will only be visible between A and C, and not visible ondomain B