DescriptionSet the fetch API request flags correctly for navigation requests.
Current:
mode: "no-cors"
credentials: "same-origin"
redirect: "follow"
With this patch:
mode: "same-origin"
credentials: "include"
redirect: "manual"
Spec Issue: https://github.com/whatwg/fetch/issues/106
BUG=522873
Committed: https://crrev.com/e43296949e50600ff84c799cf8ae36b455645385
git-svn-id: svn://svn.chromium.org/blink/trunk@202013 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Patch Set 1 #Patch Set 2 : add comments #Patch Set 3 : delegated constructors #
Messages
Total messages: 19 (6 generated)
|