Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Gibberish code on youtube site?????

  • 1 reply
  • 8 have this problem
  • 1 view
  • Last reply by cor-el

more options

I have been trying to get on YouTube but when I open the page all I see is "@��?L�" all over the page! I have tried everything including the about:config thing. Maybe I'm doing that wrong? I tried restarting, changing setting everything!! YouTube does work on Internet explorer though... but I want my Firefox to work! Can someone please help me asap. Thank you so much.

I have been trying to get on YouTube but when I open the page all I see is "@��L�" all over the page! I have tried everything including the about:config thing. Maybe I'm doing that wrong? I tried restarting, changing setting everything!! YouTube does work on Internet explorer though... but I want my Firefox to work! Can someone please help me asap. Thank you so much.

Chosen solution

Hi

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.

Read this answer in context 👍 2

All Replies (1)

more options

Chosen Solution

Hi

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.