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
No known key found for this signature in database
GPG Key ID: 14A6F56854E1BED7

View File

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