File chromium-norar.patch of Package chromium
Index: chromium-147.0.7727.3/chrome/browser/safe_browsing/download_protection/file_analyzer.cc
===================================================================
--- chromium-147.0.7727.3.orig/chrome/browser/safe_browsing/download_protection/file_analyzer.cc
+++ chromium-147.0.7727.3/chrome/browser/safe_browsing/download_protection/file_analyzer.cc
@@ -84,11 +84,6 @@ void FileAnalyzer::Start(const base::Fil
return;
}
- if (inspection_type == DownloadFileType::RAR) {
- StartExtractRarFeatures();
- return;
- }
-
#if BUILDFLAG(IS_MAC)
if (inspection_type == DownloadFileType::DMG) {
StartExtractDmgFeatures();