Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.