зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1857066: Enable CacheStorage::Constructor for PBM.r=dom-storage-reviewers,janv
Depends on D180904 Differential Revision: https://phabricator.services.mozilla.com/D190121
This commit is contained in:
Родитель
85f083d221
Коммит
93b6557806
|
@ -482,7 +482,7 @@ already_AddRefed<CacheStorage> CacheStorage::Constructor(
|
|||
}
|
||||
}
|
||||
|
||||
if (privateBrowsing) {
|
||||
if (privateBrowsing && !StaticPrefs::dom_cache_privateBrowsing_enabled()) {
|
||||
RefPtr<CacheStorage> ref = new CacheStorage(NS_ERROR_DOM_SECURITY_ERR);
|
||||
return ref.forget();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче