| Index: content/browser/download/save_file_manager.cc
|
| diff --git a/content/browser/download/save_file_manager.cc b/content/browser/download/save_file_manager.cc
|
| index 1603085fc23654120d63f523ad66f4993be16334..50f40f52a86da470222f1a19d23cb5c323e181a2 100644
|
| --- a/content/browser/download/save_file_manager.cc
|
| +++ b/content/browser/download/save_file_manager.cc
|
| @@ -320,7 +320,7 @@ void SaveFileManager::OnSaveURL(const GURL& url,
|
|
|
| // So far, for saving page, we need fetch content from cache, in the
|
| // future, maybe we can use a configuration to configure this behavior.
|
| - request->SetLoadFlags(net::LOAD_PREFERRING_CACHE);
|
| + request->SetLoadFlags(net::LOAD_SKIP_CACHE_VALIDATION);
|
|
|
| // Check if the renderer is permitted to request the requested URL.
|
| using AuthorizationState = SaveFileResourceHandler::AuthorizationState;
|
|
|