We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Even if you use Firefox's State Partitioning technology, I want to make sure that localStorage is not separated.

  • 4 απαντήσεις
  • 0 έχουν αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από cor-el

more options

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
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

Όλες οι απαντήσεις (4)

more options

You should post that question in the developer question forum not on the general Firefox help side here.

https://support.mozilla.org/en-US/kb/where-go-developer-support

more options

So if I understand what you are saying, "Total Cookie Protection" (dynamic First Party Isolation) causes this problem.

I think you probably need to communicate through the server when data changes in any of the frames so the other frames can be updated. This assumes that the server knows which frames are displaying in the same browser, which may be difficult if they do not have the same session token (i.e., if the user does not need to sign in).

more options

The question is above my pay grade but I have just noticed that there is a Permission in the Page Info window (ctl+i) Store data in persistent storage.

more options

Maybe look at the privacy.partition.* prefs on the about:config page.