A RetroSearch Logo

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

Search Query:

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

[java] allow origins for geckodriver of localhost and 127.0.0.1 · SeleniumHQ/selenium@96c4ecd · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed Original file line number Diff line number Diff line change

@@ -190,7 +190,9 @@ protected List<String> createArgs() {

190 190

int wsPort = PortProber.findFreePort();

191 191

args.add(String.format("--port=%d", getPort()));

192 192

args.add(String.format("--websocket-port=%d", wsPort));

193 -

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

193 +

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

194 +

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

195 +

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

194 196

if (firefoxBinary != null) {

195 197

args.add("-b");

196 198

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