Skip to content

Commit

Permalink
Allow any hostname for chromium proxy bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Griffith committed Aug 10, 2020
1 parent 697cd64 commit 09818b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const CaptureSchema = schema.object({
bypass: schema.conditional(
schema.siblingRef('enabled'),
true,
schema.arrayOf(schema.string({ hostname: true })),
schema.arrayOf(schema.string()),
schema.maybe(schema.never())
),
}),
Expand Down

0 comments on commit 09818b4

Please sign in to comment.