mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
decompress gzipped icons
This commit is contained in:
parent
184c5f7f96
commit
aa07c6fae4
@ -15,7 +15,8 @@ namespace Bit.Icons.Controllers
|
|||||||
{
|
{
|
||||||
private static readonly HttpClient _httpClient = new HttpClient(new HttpClientHandler
|
private static readonly HttpClient _httpClient = new HttpClient(new HttpClientHandler
|
||||||
{
|
{
|
||||||
AllowAutoRedirect = false
|
AllowAutoRedirect = false,
|
||||||
|
AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate
|
||||||
});
|
});
|
||||||
private readonly IMemoryCache _memoryCache;
|
private readonly IMemoryCache _memoryCache;
|
||||||
private readonly IDomainMappingService _domainMappingService;
|
private readonly IDomainMappingService _domainMappingService;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user