mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
54a4cabdee
Previously we called `ProcessCrossOriginEmbedderPolicy` in `nsHttpChannel::ContinueProcessResponse1`, but we only loaded the cached response headers in `ContinueProcessResponse3`, meaning that we incorrectly reported a missing header for the revalidated resource. This change moves the header checking calls to `ContinueProcessNormal` and `AsyncProcessRedirection` instead, so they get executed after processing the cached headers. Differential Revision: https://phabricator.services.mozilla.com/D125184 |
||
---|---|---|
.. | ||
base | ||
build | ||
cache | ||
cache2 | ||
cookie | ||
dns | ||
docs | ||
ipc | ||
locales | ||
mime | ||
protocol | ||
sctp | ||
socket | ||
streamconv | ||
system | ||
test | ||
url-classifier | ||
wifi | ||
moz.build |