Skip to content

Commit

Permalink
Revert "Bind to localhost in newly generated configs"
Browse files Browse the repository at this point in the history
That change prevented the default configuration from working with Saucelabs,
and possibly in some Docker scenarios as well.

This reverts commit e04e0ae.
  • Loading branch information
sgravrock committed Jun 1, 2024
1 parent 1446f2b commit 9910d85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/examples/default_config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export default {
stopOnSpecFailure: false,
random: true
},
// For security, bind only to localhost. You can also specify a different
// hostname, or remove the hostname property entirely to bind to all network
// interfaces.
hostname: "localhost",
browser: {
name: "firefox"
}
Expand Down
4 changes: 0 additions & 4 deletions lib/examples/default_esm_config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ export default {
stopOnSpecFailure: false,
random: true
},
// For security, bind only to localhost. You can also specify a different
// hostname, or remove the hostname property entirely to bind to all network
// interfaces.
hostname: "localhost",
browser: {
name: "firefox"
}
Expand Down

0 comments on commit 9910d85

Please sign in to comment.