File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
java/src/org/openqa/selenium/firefox Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ protected List<String> createArgs() {
193193 args .add ("--allow-origins" );
194194 args .add (String .format ("http://127.0.0.1:%d" , wsPort ));
195195 args .add (String .format ("http://localhost:%d" , wsPort ));
196+ args .add (String .format ("http://[::1]:%d" , wsPort ));
196197 if (firefoxBinary != null ) {
197198 args .add ("-b" );
198199 args .add (firefoxBinary .getPath ());
You can’t perform that action at this time.
0 commit comments