Description[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
Committed: https://crrev.com/9accc09a59b1b5e6a2b40d8dace0a47e16ba4a12
Cr-Commit-Position: refs/heads/master@{#297807}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : incorporated falken's comment #
Total comments: 2
Patch Set 3 : remove space #
Messages
Total messages: 23 (7 generated)
|