Set 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 Review URL: https://codereview.chromium.org/1320023005 git-svn-id: svn://svn.chromium.org/blink/trunk@202013 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment