mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 1215290 Cache API should store unfiltered Response URL. r=ehsan
This commit is contained in:
parent
4f17b46d59
commit
325af20738
2
dom/cache/TypeUtils.cpp
vendored
2
dom/cache/TypeUtils.cpp
vendored
@ -202,7 +202,7 @@ TypeUtils::ToCacheResponseWithoutBody(CacheResponse& aOut,
|
||||
{
|
||||
aOut.type() = aIn.Type();
|
||||
|
||||
aIn.GetUrl(aOut.url());
|
||||
aIn.GetUnfilteredUrl(aOut.url());
|
||||
|
||||
if (aOut.url() != EmptyCString()) {
|
||||
// Pass all Response URL schemes through... The spec only requires we take
|
||||
|
Loading…
x
Reference in New Issue
Block a user