fix(backend): allow fetchSummaryFromProxy, trueMail to access local addresses
This commit is contained in:
committed by
Julia Johannesen
parent
7b3e3f8e25
commit
776f6fd1f5
@@ -312,6 +312,7 @@ export class EmailService {
|
||||
Accept: 'application/json',
|
||||
Authorization: truemailAuthKey,
|
||||
},
|
||||
isLocalAddressAllowed: true,
|
||||
});
|
||||
|
||||
const json = (await res.json()) as {
|
||||
|
||||
Reference in New Issue
Block a user