搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Get gibberish when trying to login to Facebook. I am not running Kapersky. Firefox 46.0.1 and Windows 7 are what I'm running. Cleared cache and cookies.

  • 5 个回答
  • 14 人有此问题
  • 12 次查看
  • 最后回复者为 James

more options

I cleared the cache and cookies multiple times but it doesn't fix the problem. Sometimes the gibberish appears when I connect to Facebook. Other times the login screen will appear but when I login the gibberish appears. It's the same gibberish as others got who were running Kapersky. I run Microsoft Security Essentials and MacAfee Security Scan Plus. I'm able to login to Facebook using Internet Explorer. I've attached a screen print showing what the gibberish for Facebook page looks like.

The Java Deployment Toolkit 6.0.220.4 plug-in is disabled because Firefox disabled it for vulnerability reasons.

I cleared the cache and cookies multiple times but it doesn't fix the problem. Sometimes the gibberish appears when I connect to Facebook. Other times the login screen will appear but when I login the gibberish appears. It's the same gibberish as others got who were running Kapersky. I run Microsoft Security Essentials and MacAfee Security Scan Plus. I'm able to login to Facebook using Internet Explorer. I've attached a screen print showing what the gibberish for Facebook page looks like. The Java Deployment Toolkit 6.0.220.4 plug-in is disabled because Firefox disabled it for vulnerability reasons.

被采纳的解决方案

If you use Kaspersky software then make sure you have the latest updates.

Firefox 44+ accepts a new kind of encoding (compression) called Brotli (br) for secure connections. Facebook appears to have enabled Brotli (br) encoding for secure connections recently. Kaspersky didn't know about this encoding and strips it from the HTTP response headers if "Inject script" is checked, but there has been an update released by Kaspersky to address this issue, so make sure you have the latest Kaspersky updates.


If this doesn't apply then a possible workaround is to modify the involved pref and remove the trailing ", br" to prevent the server from sending files with Brotli compression.

network.http.accept-encoding.secure = "gzip, deflate, br" => "gzip, deflate" (without quotes)

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

定位到答案原位置 👍 2

所有回复 (5)

more options

选择的解决方案

If you use Kaspersky software then make sure you have the latest updates.

Firefox 44+ accepts a new kind of encoding (compression) called Brotli (br) for secure connections. Facebook appears to have enabled Brotli (br) encoding for secure connections recently. Kaspersky didn't know about this encoding and strips it from the HTTP response headers if "Inject script" is checked, but there has been an update released by Kaspersky to address this issue, so make sure you have the latest Kaspersky updates.


If this doesn't apply then a possible workaround is to modify the involved pref and remove the trailing ", br" to prevent the server from sending files with Brotli compression.

network.http.accept-encoding.secure = "gzip, deflate, br" => "gzip, deflate" (without quotes)

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

Thank you for the response. I removed the ", br" from network.http.accept-encoding.secure and I'm now able to login to Facebook again.

more options

If you do not have Kaspersky then what antivirus do you have as something is interfering must like Kaspersky did.

more options

I run MacAfee Security Scan Plus and Microsoft Security Essentials. I have fixed the problem by removing ", br" from network.http.accept-encoding.secure.

more options

That is not a fix but a workaround of a issue that does not exist in Firefox (in 44.0 to 46.0.1) as it works with the Facebook Brotli (br) encoding just fine.

On a slow tablet so I cannot really investigate at moment if either of those software can be doing a similar thing. Make sure they have recent updates.