hello, where do we specify in the ory console that...
# ory-network
o
hello, where do we specify in the ory console that the cookie session should only work for specific subdomains and not ALL subdomains. For example, i want the session cookie to only work on
<http://api.website.com|api.website.com>
and
<http://app.website.com|app.website.com>
but not on other subdomains like
<http://blog.website.com|blog.website.com>
or
<http://stats.website.com|stats.website.com>
etc...? where do we configure that? (in other words, how do you protect against session hijack attacks from a compromised subdomain?)
e