commit 96e31a4518043397d30ca4d43f2bfc4e87871a20
parent 3b803d1d38882383db5aa3c5c823d0fd6964f5c3
Author: Tim Huang <tihuang@mozilla.com>
Date: Wed, 5 Nov 2025 14:53:05 +0000
Bug 1971949 - Delay the CRC32 check for URLClassifier on mobile. r=geckoview-reviewers,ohall
Differential Revision: https://phabricator.services.mozilla.com/D271358
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/mobile/android/app/geckoview-prefs.js b/mobile/android/app/geckoview-prefs.js
@@ -392,6 +392,9 @@ pref("toolkit.telemetry.unified", false);
pref("urlclassifier.downloadAllowTable", "");
pref("urlclassifier.downloadBlockTable", "");
+// Delay the CRC32 check for URLClassifier to improve applink performance. (bug 1956920, bug 1971949)
+pref("urlclassifier.delay_prefixes_crc32_check", true);
+
// The Potentially Harmful Apps list replaces the malware one on Android (bug 1394017)
pref("urlclassifier.malwareTable", "goog-harmful-proto,goog-unwanted-proto,moztest-harmful-simple,moztest-malware-simple,moztest-unwanted-simple");