miniflux-v2/internal/reader/fetcher
Ztec 9f3a8e7f1b Request builder: Allow the use of insecure TLS ciphers when `Allow self-signed or invalid certificates` is used
Some server on the wild are badly configured. Either by mistake or lack
of maintenance. Safe and unsafe Ciphers change overtime based on new
discoveries.

This proposition will include considered unsafe ciphers when `Allow self-signed or invalid certificates` is used.
It could be put into a separate option but, I felt this could fit in.

fix #2671
2024-06-13 20:23:37 -07:00
..
encoding_wrappers.go reader/fetcher: add brotli content encoding support 2024-04-19 10:50:46 -07:00
request_builder.go Request builder: Allow the use of insecure TLS ciphers when `Allow self-signed or invalid certificates` is used 2024-06-13 20:23:37 -07:00
response_handler.go http/response: add brotli compression support 2024-04-19 12:16:49 -07:00