mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6 lines
236 B
JavaScript
6 lines
236 B
JavaScript
// Force SafeBrowsing to be initialized for the tests
|
|
Services.prefs.setCharPref("urlclassifier.malware_table", "test-malware-simple");
|
|
Services.prefs.setCharPref("urlclassifier.phish_table", "test-phish-simple");
|
|
SafeBrowsing.init();
|
|
|