MCPcopy Create free account
hub / github.com/QLHazyCoder/FlowPilot / is163MailHost

Function is163MailHost

background.js:3287–3294  ·  view source on GitHub ↗
(hostname = '')

Source from the content-addressed store, hash-verified

3285}
3286
3287function is163MailHost(hostname = '') {
3288 if (typeof navigationUtils !== 'undefined' && navigationUtils?.is163MailHost) {
3289 return navigationUtils.is163MailHost(hostname);
3290 }
3291 return hostname === 'mail.163.com'
3292 || hostname.endsWith('.mail.163.com')
3293 || hostname === 'webmail.vip.163.com';
3294}
3295
3296function isLocalhostOAuthCallbackUrl(rawUrl) {
3297 if (typeof navigationUtils !== 'undefined' && navigationUtils?.isLocalhostOAuthCallbackUrl) {

Callers 1

matchesSourceUrlFamilyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected