6 lines
255 B
JavaScript
6 lines
255 B
JavaScript
// Force SafeBrowsing to be initialized for the tests
|
|
Services.prefs.setCharPref("urlclassifier.malwareTable", "test-malware-simple,test-unwanted-simple");
|
|
Services.prefs.setCharPref("urlclassifier.phishTable", "test-phish-simple");
|
|
SafeBrowsing.init();
|
|
|