We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0d523 commit 18fbc25Copy full SHA for 18fbc25
java/server/src/org/openqa/grid/internal/utils/configuration/StandaloneConfiguration.java
@@ -209,8 +209,7 @@ public class StandaloneConfiguration {
209
names = "-enablePassThrough",
210
description = "<Boolean>: Whether or not to use the experimental passthrough mode. Defaults to false."
211
)
212
- // initially defaults to false from boolean primitive type
213
- public boolean enablePassThrough;
+ public boolean enablePassThrough = true;
214
215
216
/**
0 commit comments