mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
decompress gzipped icons
This commit is contained in:
@@ -15,7 +15,8 @@ namespace Bit.Icons.Controllers
|
||||
{
|
||||
private static readonly HttpClient _httpClient = new HttpClient(new HttpClientHandler
|
||||
{
|
||||
AllowAutoRedirect = false
|
||||
AllowAutoRedirect = false,
|
||||
AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate
|
||||
});
|
||||
private readonly IMemoryCache _memoryCache;
|
||||
private readonly IDomainMappingService _domainMappingService;
|
||||
|
||||
Reference in New Issue
Block a user