Skip to content

Commit 282ec8b

Browse files
authored
Merge pull request #277 from greydaemon/DOT-5128-prod
[DOT-5128] : Added custom userAgent support for CLI
2 parents e995785 + edb47c6 commit 282ec8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/schemaValidation.ts

+4
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ const ConfigSchema = {
181181
type: "string",
182182
errorMessage: "Invalid config; tunnelName must be string"
183183
},
184+
userAgent: {
185+
type: "string",
186+
errorMessage: "User Agent value must be a valid string"
187+
},
184188
},
185189
anyOf: [
186190
{ required: ["web"] },

0 commit comments

Comments
 (0)