We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b3212 commit 78b7cf9Copy full SHA for 78b7cf9
packages/mask/shared/definitions/extension.ts
@@ -13,4 +13,6 @@ export const XOAuthRequestOrigins: string[] = [
13
// In order to run content script on it
14
'https://firefly.social/api/mask/delegate-x-token',
15
'https://firefly.social/api/auth/callback/twitter',
16
+ 'https://canary.firefly.social/api/mask/delegate-x-token',
17
+ 'https://canary.firefly.social/api/auth/callback/twitter',
18
]
0 commit comments