= Cookie “%1$S” will be soon rejected because it has the “SameSite” attribute set to “None” without the “secure” attribute. To know more about the “SameSite“ attribute, read %2$S CookieLaxForced2 = Cookie “%1$S” has “SameSite” policy set to “Lax” because it is missing a “SameSite” attribute, and “SameSite=Lax” is the default value for this attribute. CookieLaxForcedForBeta2 = Cookie “%1$S” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read %2$S CookieSameSiteValueInvalid2 = Invalid “SameSite“ value for cookie “%1$S”. The supported values are: “Lax“, “Strict“, “None“. CookieInvalidMaxAgeAttribute = Invalid “max-age“ value for cookie “%1$S”. The attribute is ignored. CookieOversize = Cookie “%1$S” is invalid because its size is too big. Max size is %2$S B. CookieRejectedByPermissionManager = Cookie “%1$S” has been rejected by user set permissions. CookieRejectedEmptyNameAndValue = Cookie with an empty name and an empty value has been rejected. CookieRejectedInvalidCharName = Cookie “%1$S” has been rejected for invalid characters in the name. CookieRejectedInvalidCharAttributes = Cookie “%1$S” has been rejected for invalid characters in the attributes. CookieRejectedInvalidDomain = Cookie “%1$S” has been rejected for invalid domain. CookieRejectedInvalidPrefix = Cookie “%1$S” has been rejected for invalid prefix. CookieRejectedInvalidPath = Cookie “%1$S” has been rejected for invalid path. CookieRejectedInvalidCharValue = Cookie “%1$S” has been rejected for invalid characters in the value. CookieRejectedAttributePathOversize = Cookie “%1$S” has been rejected because its path attribute is too big. CookieRejectedAttributeDomainOversize = Cookie “%1$S” has been rejected because its domain attribute is too big. CookieRejectedAttributeExpiryOversize = Cookie “%1$S” has been rejected because its expiration date is over the limit. CookieRejectedHttpOnlyButFromScript = Cookie “%1$S” has been rejected because there is already an HTTP-Only cookie but script tried to store a new one. CookieRejectedSecureButNonHttps = Cookie “%1$S” has been rejected because a non-HTTPS cookie can’t be set as “secure”. CookieRejectedThirdParty = Cookie “%1$S” has been rejected as third-party. CookieRejectedNonsecureOverSecure = Cookie “%1$S” has been rejected because there is an existing “secure” cookie. CookieRejectedForNonSameSiteness = Cookie “%1$S” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”. CookieRejectedPartitionedRequiresSecure = Cookie “%1$S” has been rejected because it has the “Partitioned” attribute but is missing the “secure” attribute. CookieAttributeIgnored = The value of the attribute “%2$S” for the cookie “%1$S” has been rejected because its size is too big. Max size is %3$S B. CookieAttributeOverwritten = The value of the attribute “%2$S” for the cookie “%1$S” has been overwritten. CookieForeignNoPartitionedWarning = Cookie “%1$S” will soon be rejected because it is foreign and does not have the “Partitioned“ attribute. CookieForeignNoPartitionedError = Cookie “%1$S” has been rejected because it is foreign and does not have the “Partitioned“ attribute. CookieBlockedCrossSiteRedirect = Cookie “%1$S” with the “SameSite” attribute value “Lax” or “Strict” was omitted because of a cross-site redirect. APIDeprecationWarning = Warning: ‘%1$S’ deprecated, please use ‘%2$S’ ResourceBlockedORB = The resource at “%1$S” was blocked by OpaqueResponseBlocking. Reason: “%2$S”. InvalidHTTPResponseStatusLine = The status line of the HTTP response is invalid LocalNetworkAccessDetected = Local Network Access detected: top-level site “%1$S”, initiator “%2$S”, accessing target “%3$S” (%4$S:%5$S) via %6$S. Secure context: %7$S, prompt action: %8$S LocalNetworkAccessPermissionRequired = Local Network Access permission required: top-level site “%1$S”, initiator “%2$S”, attempting to access target “%3$S” (%4$S:%5$S) via %6$S. Secure context: %7$S PK