Skip to content

Commit

Permalink
Merge pull request #5 from elan-ev/partitioned-cookies
Browse files Browse the repository at this point in the history
Partitioned cookies
  • Loading branch information
KatrinIhler authored Dec 12, 2024
2 parents a657895 + 81bdc40 commit 3c63ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ http {
proxy_redirect http://$host https://$host;

# Ensure Cookies are marked as Secure and HTTPOnly
proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=none";
proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=none; Partitioned";

# Do not buffer responses
proxy_buffering off;
Expand Down

0 comments on commit 3c63ece

Please sign in to comment.