OOR-CORS: CORS-preflight requests do not need to have "Save-Data" header
Currently ServiceWorkerBrowserTest.CrossOriginFetchWithSaveData checks if CORS-preflight requests have "Save-Data" header. This is existing behavior, but new CORS stack does not add the "Save-Data" header for the CORS-preflight. In terms of the fetch spec, it will be better not to have the header in the preflight request. Bug: 907389 Change-Id: Ic6906f5a9ce270a403b7be6f48274f78d2fce546 Reviewed-on: https://chromium-review.googlesource.com/c/1345685Reviewed-by:Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#610295}
Showing
Please register or sign in to comment