forked from mirrors/gecko-dev
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();
|
|
|