mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
5 lines
234 B
JavaScript
5 lines
234 B
JavaScript
// Force SafeBrowsing to be initialized for the tests
|
|
Services.prefs.setCharPref("urlclassifier.malwareTable", "test-malware-simple");
|
|
Services.prefs.setCharPref("urlclassifier.phishTable", "test-phish-simple");
|
|
SafeBrowsing.init();
|
|
|