搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Websites show up as weird symbols and letters.

  • 2 回覆
  • 7 有這個問題
  • 57 次檢視
  • 最近回覆由 cor-el

more options

I've been having this problem for a few months now. Whenever I go on certain websites, Facebook is one of them, I get a series of random characters, numbers and letters. I have already seen an archived post about this, but I tried everything. I deleted my cookies, cleared my cache, checked the about:config for any bold network.http entries and found none, and even went as far as reinstalling Firefox, which didn't help. Is there a solution to the problem, or is it something with my computer?

I've been having this problem for a few months now. Whenever I go on certain websites, Facebook is one of them, I get a series of random characters, numbers and letters. I have already seen an archived post about this, but I tried everything. I deleted my cookies, cleared my cache, checked the about:config for any bold network.http entries and found none, and even went as far as reinstalling Firefox, which didn't help. Is there a solution to the problem, or is it something with my computer?

被選擇的解決方法

Firefox 44+ accepts a new kind of encoding (compression) called Brotli (br) for secure connections. Websites like Facebook and YouTube have enabled Brotli (br) encoding for files send via a secure connection. Some (security) software that intercepts a secure connection to scan the content doesn't know about this encoding and changes the content-type header to text/plain. 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.

從原來的回覆中察看解決方案 👍 3

所有回覆 (2)

more options

Some security filtering software can cause this problem with HTTPS sites that use the latest compression methods. In recent months, the culprit has been "Web Companion" from Lavasoft. Do you have that program?

more options

選擇的解決方法

Firefox 44+ accepts a new kind of encoding (compression) called Brotli (br) for secure connections. Websites like Facebook and YouTube have enabled Brotli (br) encoding for files send via a secure connection. Some (security) software that intercepts a secure connection to scan the content doesn't know about this encoding and changes the content-type header to text/plain. 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.