[ServiceWorker] Don't pass DevTools related HTTP headers to the ServiceWorker
"X-DevTools-Request-Initiator" and "X-DevTools-Emulate-Network-Conditions-Client-Id" HTTP headers may be set by InspectorResourceAgent when the inspector window is open. This headers are removed by DevToolsNetworkTransaction before sending the request to the network. But when the request passed to the ServiceWorker these headers are not removed. This may cause accidental problems. BUG=419318 Review URL: https://codereview.chromium.org/615413002 Cr-Commit-Position: refs/heads/master@{#297807}
Showing
Please register or sign in to comment