|
|
|
|
|
by jefftk
2393 days ago
|
|
Reverse proxying is a little harder, but not much. In NGINX, for example: location /adtech/ {
proxy_pass https://adtech.example/;
}
What additional trust are you thinking about? HttpOnly cookies are already sent when you use the subdomain approach. |
|
at least if you cname definitelynotads.yourdomain.com to js.ads.com, the javascript running on definitelynotads... can't read host-only login cookies on yourdomain.com.