UNPKG

@jitsi/electron-sdk

Version:
19 lines (17 loc) 392 B
const popupConfigs = { 'google-auth': { matchPatterns: { url: '^https:\\/\\/(www\\.)?accounts\\.google\\.com\\/' }, target: 'electron' }, 'dropbox-auth': { matchPatterns: { url: '^https:\\/\\/(www\\.)?dropbox\\.com\\/oauth2\\/authorize' }, target: 'electron' } }; module.exports = { popupConfigs };