fix(backend): allow fetchSummaryFromProxy, trueMail to access local addresses
This commit is contained in:
committed by
Julia Johannesen
parent
7b3e3f8e25
commit
776f6fd1f5
@@ -170,6 +170,6 @@ export class UrlPreviewService {
|
||||
contentLengthRequired: meta.urlPreviewRequireContentLength,
|
||||
});
|
||||
|
||||
return this.httpRequestService.getJson<SummalyResult>(`${proxy}?${queryStr}`);
|
||||
return this.httpRequestService.getJson<SummalyResult>(`${proxy}?${queryStr}`, 'application/json, */*', undefined, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user