I noticed an odd thing where apparently Firefox says it supports Brotli on HTTPS, but not HTTP? As Brotli is like gzip but more efficient, why would it limit it to HTTPS? On a HTTPS tab I see:
Accept-encoding: gzip, deflate, br
is sent. But on other site I see no br
. Why can't it do Brotli compressed HTTP?