cookieNames property

List<String>? cookieNames
getter/setter pair

Names of cookies that violate Google policies.

For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.

Implementation

core.List<core.String>? cookieNames;