-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: do not allow to override cookie header #35168
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure we can break people for now good reason. They already have very poor understanding of the interception and now their scenarios will stop working.
e027c0b
to
46ab37a
Compare
This comment has been minimized.
This comment has been minimized.
Test results for "tests 1"1 failed 3 flaky38811 passed, 811 skipped Merge workflow run. |
Test results for "tests others"3 flaky21770 passed, 512 skipped Merge workflow run. |
Test results for "tests 2"10 failed 115 flaky228661 passed, 9112 skipped Merge workflow run. |
Behavior before this PR regarding 'Cookie' header already varied between browsers:
To override cookies
addCookies
should be used instead.See https://docs.google.com/document/d/1LXMSP4GVxFLYJxA6z4upKqwkgD-TnVCGeX-daS4VQjk/edit?usp=sharing for mode details.
Reference #35154