fix(core): add affine.pro to trustedDomain (#6943)

This commit is contained in:
JimmFly
2024-05-15 09:00:15 +00:00
parent f48cd0dfef
commit a61ded3f25

View File

@@ -9,6 +9,7 @@ const trustedDomain = [
'youtube.com',
't.me',
'reddit.com',
'affine.pro',
];
const logger = new DebugLogger('redirect_proxy');