已分割槽:所有第三方儲存訪問請求

訪問 cookie 或儲存的請求被分割槽了,因為它來自第三方(不同的來源),並且啟用了動態狀態分割槽

訊息

Firefox

CookiePartitionedForeign=Partitioned cookie
or storage access was provided to "<URL>" because it is loaded in the
third-party context and storage partitioning is enabled.

可以採取的措施

啟用動態狀態分割槽後,Firefox 會為每個頂級網站提供一個單獨的儲存桶,用於嵌入式資源。嵌入式第三方可以透過儲存訪問 API 請求訪問頂級儲存桶。您也可以透過 network.cookie.cookieBehavior 首選項停用動態狀態分割槽

另見