+3
-1
lines changedFilter options
+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