Skip to content

Commit

Permalink
feat(config) add 8x8.vc domains to default whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jun 13, 2024
1 parent 748ba65 commit 6562d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot-client/src/common/app-state/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default {
MEETING_DOMAINS_WHITELIST:
process.env.MEETING_DOMAINS_WHITELIST
? process.env.MEETING_DOMAINS_WHITELIST.split(',')
: [ 'alpha.jitsi.net', 'beta.meet.jit.si', 'meet.jit.si' ],
: [ 'alpha.jitsi.net', 'beta.meet.jit.si', 'meet.jit.si', '8x8.vc', 'stage.8x8.vc' ],

/**
* Domains which Spot can be hosted on which should place Spot into a
Expand Down

0 comments on commit 6562d9a

Please sign in to comment.