Commit cc357c9
committed
Add COOKIE_DOMAIN env var for cross-subdomain cookie sharing
When set, the worker appends a Domain attribute to the crowdhandler
cookie so it can be shared across subdomains of the configured parent.
Default behaviour is unchanged: with no env var the cookie is set
host-only as before.
Browsers reject Domain values that aren't a parent of the request
host, so the operator owns picking a valid value.1 parent f0c6bb7 commit cc357c9
4 files changed
Lines changed: 25 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments