SET_COOKIE_VALIDATION
Prevents usage of cookies that do not conform to the allowed cookie policy.Table of Contents
Conformance is available on Enterprise plans
It's a good practice to enforce a cookie policy across a workspace to ensure only certain cookies are allowed to be set.
Engineers should reach out to the appropriate engineer(s) or team(s) for a
review of the defined cookie and request the cookie name be added to the
allowed cookie policy list. This can be set in the conformance.config.jsonc
configuration
file as follows:
conformance.config.jsonc
"SET_COOKIE_VALIDATION": {
"cookieAllowList": ["some-cookie-name"]
}
Last updated on July 23, 2024
Was this helpful?