File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ private function getDefaultArguments(): array
105105 }
106106
107107 // Enable devtools for debugging
108- if (filter_var ($ _SERVER ['PANTHER_DEVTOOLS ' ] ?? true , \FILTER_VALIDATE_BOOLEAN )) {
108+ if (filter_var ($ _SERVER ['PANTHER_DEVTOOLS ' ] ?? false , \FILTER_VALIDATE_BOOLEAN )) {
109109 $ args [] = '--auto-open-devtools-for-tabs ' ;
110110 }
111111
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ private function getDefaultArguments(): array
110110 }
111111
112112 // Enable devtools for debugging
113- if (filter_var ($ _SERVER ['PANTHER_DEVTOOLS ' ] ?? true , \FILTER_VALIDATE_BOOLEAN )) {
113+ if (filter_var ($ _SERVER ['PANTHER_DEVTOOLS ' ] ?? false , \FILTER_VALIDATE_BOOLEAN )) {
114114 $ args [] = '--devtools ' ;
115115 }
116116
You can’t perform that action at this time.
0 commit comments