已分区:所有第三方存储访问请求

访问 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 首选项禁用动态状态分区

另见