Skip to content

Commit

Permalink
Clipper: Fixes #569: Make clipper service available on localhost only
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jun 1, 2018
1 parent d8ad42b commit b826e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNativeClient/lib/ClipperServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class ClipperServer {

this.logger().info('Starting Clipper server on port ' + this.port_);

this.server_.listen(this.port_);
this.server_.listen(this.port_, '127.0.0.1');

this.setStartState('started');
}
Expand Down

0 comments on commit b826e2d

Please sign in to comment.