Synonyms:
- total cookie protection
- dynamic state partitioning
- dynamic first party isolation
- dFPI
Site A has C iframe and Site B has C iframe.
When data is inserted from Site A’s C iframe, there must also be data from Site B’s C iframe, but the two repositories cannot share data due to Firefox’s security policy. The recommended method in Mozilla for this issue is to use “requestStorageAccessAPI”. However, when using the method, Cookie Data is shared, but localStorage Data is not shared. I want to know a way other than “requestStorageAccessAPI”.
- Except how the user sets the config
Does anyone know about this topic?
If you know any information, please share it with us.