Skip to content

Commit 78b7cf9

Browse files
committed
fix: bring back canary.firefly.social origins
1 parent a5b3212 commit 78b7cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mask/shared/definitions/extension.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ export const XOAuthRequestOrigins: string[] = [
1313
// In order to run content script on it
1414
'https://firefly.social/api/mask/delegate-x-token',
1515
'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',
1618
]

0 commit comments

Comments
 (0)