mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
|
Cu.import("resource://gre/modules/Services.jsm");
|
||
|
|
||
|
function run_test() {
|
||
|
// Allow all cookies.
|
||
|
Services.prefs.setIntPref("network.cookie.cookieBehavior", 0);
|
||
|
run_test_in_child("../unit/test_cookiejars.js");
|
||
|
}
|