amate / Proxydomo

ローカルで動作するプロクシフィルタリングソフトです
http://www31.atwiki.jp/lafe/pages/37.html
GNU General Public License v2.0
73 stars 12 forks source link

Youtube web page not getting filter in Firefox and Chrome #38

Closed nhantrn closed 7 years ago

nhantrn commented 7 years ago

Recently youtube web page is not getting filtered in Firefox and Chrome. Internet Explorer and Edge is ok though.

amate commented 7 years ago

Proxydomo can't understand "Content-Encoding: br", so it can't decompress the website. Please try to import the following filter.

[HTTP headers]
Key = "Accept-Encoding: new filter"
In = FALSE
Out = TRUE
Version = ""
Author = ""
Comment = ""
Active = TRUE
Multi = FALSE
URL = ""
Bounds = ""
Limit = 256
Match = "gzip, deflate, (sdch, |)br"
Replace = "gzip, deflate"
nhantrn commented 7 years ago

Ok, that works.