mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat(ENG-3247): add auth origin domain cookie on token creation (#4187)
* feat(ENG-3247): add auth origin domain cookie to multiple routers and update Nginx config
This commit is contained in:
@@ -14,7 +14,7 @@ server {
|
||||
proxy_pass http://backend:4000;
|
||||
proxy_redirect off;
|
||||
|
||||
proxy_cookie_path / "/; HttpOnly; SameSite=strict";
|
||||
proxy_cookie_path / "/; SameSite=strict";
|
||||
}
|
||||
|
||||
location /runtime-ui-env.js {
|
||||
|
||||
Reference in New Issue
Block a user