Skip to content

Commit 289d28d

Browse files
committed
Fixing HTML suite test runner
1 parent 4c35228 commit 289d28d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/server/src/org/openqa/selenium/server/browserlaunchers/LauncherUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ public static void generatePacAndPrefJs(File customProfileDir, int port, String
281281
// for Firefox 2.0
282282
out.println("user_pref('browser.startup.homepage', '" + homePage + "');");
283283
out.println("user_pref('startup.homepage_welcome_url', '');");
284+
out.println("user_pref('startup.homepage_welcome_url.additional', '');");
284285

285286
// This handles known RC problems when the startup page is a blank page or when the previous
286287
// session has been restored
@@ -305,6 +306,7 @@ public static void generatePacAndPrefJs(File customProfileDir, int port, String
305306

306307
//Allow extensions to be installed into the profile and still work
307308
out.println("user_pref('extensions.autoDisableScopes', 10);");
309+
out.println("user_pref('xpinstall.signatures.required', false);");
308310

309311
// Disable "do you want to remember this password?"
310312
out.println("user_pref('signon.rememberSignons', false);");

0 commit comments

Comments
 (0)