A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/f7b97cbe125d34372565d4777e2a81bbd24ce538 below:

[java] Allow origin of [::1] for geckodriver for IPv6 only systems · SeleniumHQ/selenium@f7b97cb · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-0

lines changed

Filter options

Expand file treeCollapse 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() {

193 193

args.add("--allow-origins");

194 194

args.add(String.format("http://127.0.0.1:%d", wsPort));

195 195

args.add(String.format("http://localhost:%d", wsPort));

196 +

args.add(String.format("http://[::1]:%d", wsPort));

196 197

if (firefoxBinary != null) {

197 198

args.add("-b");

198 199

args.add(firefoxBinary.getPath());

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4