MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / isSignupPageHost

Function isSignupPageHost

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

Source from the content-addressed store, hash-verified

3251}
3252
3253function isSignupPageHost(hostname = '') {
3254 if (typeof navigationUtils !== 'undefined' && navigationUtils?.isSignupPageHost) {
3255 return navigationUtils.isSignupPageHost(hostname);
3256 }
3257 return ['auth0.openai.com', 'auth.openai.com', 'accounts.openai.com'].includes(hostname);
3258}
3259
3260function isSignupEntryHost(hostname = '') {
3261 if (typeof navigationUtils !== 'undefined' && navigationUtils?.isSignupEntryHost) {

Callers 3

isSignupPasswordPageUrlFunction · 0.70
matchesSourceUrlFamilyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected