Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

Captcha not loading

Captcha is not working. In fact, the widget is not loading on my computer on any browser. However, when viewing the console while loading the website, is gives the error … (читать ещё)

Captcha is not working. In fact, the widget is not loading on my computer on any browser. However, when viewing the console while loading the website, is gives the error messages shown in the image.

All extensions are disabled.

Tracking protection is set to standard

The browser settings are set to standard

Задан John Burn 1 год назад

Дан ответ John Burn 1 год назад

  • Решено
  • Архивировано

Video quality low on Youtube, video not playing on other sites

For about two months, video quality has been persistently low for me on Youtube. Quality options are limited to 360p and I am unable to change it. Additionally, I am unab… (читать ещё)

For about two months, video quality has been persistently low for me on Youtube. Quality options are limited to 360p and I am unable to change it. Additionally, I am unable to play video on other platforms such as Vimeo, Pinterest and other streaming sites. Sites return errors such as 'Player is unable to play video at this time' or error code 102630. I have refreshed my cache and reinstalled Firefox and neither have resolved the issue. Notably, this issue does not occur on other browsers such as Chrome or Microsoft Edge. As far as I know my drivers are up to date and the Windows Media Feature Pack is installed, although it shouldn't be an issue seeing as sites work on other browsers. The issue also persists in troubleshooting mode. I've gone through the console and included images of some interesting errors that might be of use, although I don't have the technical knowledge to know what they mean. Please inform me if there is any other information I can provide that would help. Thank you!

Задан Jay 1 год назад

Дан ответ Jay 1 год назад

  • Решено
  • Архивировано

firefox just lost all open tabs (even pinned ones), history (for this device only), open windows

on PC A, firefox just lost all open tabs (even pinned ones), history (for this device only thank gods), open windows. I installed a windows yesterday on a different PC (… (читать ещё)

on PC A, firefox just lost all open tabs (even pinned ones), history (for this device only thank gods), open windows.

I installed a windows yesterday on a different PC (lets call it B), and logged in with the same microsoft account PC A uses. Then installed firefox and logged in to sync (on PC B).

Did that somehow overwrite the profile? Even though it was a different PC?

Задан vujevic.marco 1 год назад

Дан ответ vujevic.marco 1 год назад

  • Решено
  • Архивировано

Firefox has squiggly characters

Helo team, I think I hit some key and firefox settings changed. I see squiggly characters in menu options, bookmarks etc.. Web pages load all right. I tried uninstalling/… (читать ещё)

Helo team, I think I hit some key and firefox settings changed. I see squiggly characters in menu options, bookmarks etc.. Web pages load all right. I tried uninstalling/reinstalling. It did not help. Please see attached screenshots. I use a Mac M1 mini.

Задан Jayadevan M 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Economist article links fail

Some months back when I get gmail from the Economist and try to go to an article the gmail links to I get this: Our apologies. An error seems to have occurred. The art… (читать ещё)

Some months back when I get gmail from the Economist and try to go to an article the gmail links to I get this: Our apologies. An error seems to have occurred. The article actually appears very briefly but then gets overwritten by this error message. I am using an up to date Windows 10 PC.

When I go to Microsoft Edge this behavior does not occur. In Firefox I have tried clearing the data and cache but to no avail.

Any thoughts on dealing with this? I do not want to go through many heroic steps to fix this.

Задан Les 1 год назад

Дан ответ Les 1 год назад

  • Закрыто
  • Архивировано

contact firefox

hi i have left message on the community form regarding a issue with clearing history as its not letting me clear everything as soon as i click on it freezes up & not… (читать ещё)

hi

i have left message on the community form regarding a issue with clearing history as its not letting me clear everything as soon as i click on it freezes up & not working can sort it out

2ndly its hard to get in touch with your crap support line can you also make it easier to get hold of your team rather going through 1000x pages, why is everybody not keeping any proper contact information you and google are same [edited]. exceptionally down the drain support. [edited] sort it out. or else i have to take further action.

Задан jdoshi29 1 год назад

Последний ответ от Paul 1 год назад

  • Решено
  • Архивировано

Your browser is being managed by your organization

I am running Linux Mint 19 and when I tried to activate the container extension some options were not selectable and a msg appeared at the top of my settings: "Your brows… (читать ещё)

I am running Linux Mint 19 and when I tried to activate the container extension some options were not selectable and a msg appeared at the top of my settings: "Your browser is being managed by your organization" I am a home user and never had anything to do with any corporate PC. The policy it lists is: disableappupdate true. Everything I see in the help database for this pblm pertains to Windows. As I said above I am running linux mint.

what is going on here???

Задан GMKrusch 1 год назад

Дан ответ James 1 год назад

  • Решено
  • Архивировано

128.0.3 (64-bit) crashes on Windows 10 every time I turn my back on it

Since the auto-update to version 128.0.3 (64-bit) two weeks ago, my Firefox crashes as soon as I switch over to a different programme. I am on Windows 10. Whenever I try … (читать ещё)

Since the auto-update to version 128.0.3 (64-bit) two weeks ago, my Firefox crashes as soon as I switch over to a different programme. I am on Windows 10. Whenever I try to re-open the programme, I get the error message that Firefox is already running and if I want to restart or quit. Can you please deploy a fix for this? Thank you.

Задан cybergabi 1 год назад

Дан ответ cybergabi 1 год назад

  • Решено
  • Архивировано

FF (latest version) not loading a local htm file

Hi, I have local saved html file which loads images from our security cams The html has only code like this <html> <head></head> <body> <scr… (читать ещё)

Hi, I have local saved html file which loads images from our security cams The html has only code like this

<html>
<head></head>
	<body>
<script type="text/javascript">
  var height_array = new Array();
<script type="text/javascript">
  var height_array = new Array();
  var width_array = new Array();
  width_array[1] = 320;
  height_array[1] = 240;

<img src="http://192.168.2.2:78/livefeed?oid=1&size=640x480&t=" width="320" height="240" onload='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 1000)' onerror='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 5000)' alt='' />

<.../script....>

No matter what I change in the "normal" settings - Firefox is not loading the page at all.(file:///Users/drew/Downloads/CAM2.html)

In the left bottom corner it only shows "Performing a TLS Handshake with 192.168.2.2". And thats it. Every other browser is able to open the page and show the camera pictures, only Firefox not. Is there a easy fix for this?

Задан Sascha 1 год назад

Дан ответ TyDraniu 1 год назад

  • Решено
  • Архивировано

Firefox 128.0`

Since 128.0 was installed outlook.office.com/mail has stopped working. (Windows 11) My mail account has numerous shared groups. However these now fail to load with a me… (читать ещё)

Since 128.0 was installed outlook.office.com/mail has stopped working. (Windows 11)

My mail account has numerous shared groups. However these now fail to load with a messgae "Cannot load folders for "xxxxxxxxx" Decoding failed.

Additionally, while I can see new mails in the list (under focused and Other), the previews are all blank.

I do not get this error in Edge or Chrome in Windows.

Задан Anthorin 1 год назад

Дан ответ Anthorin 1 год назад

  • Решено
  • Архивировано

Google preventing uploading of images to eBay

Hello, Today I tried to upload some images to a seller on eBay, and consistently got the popup pictured below. I've never seen, heard of or had this issue before and sear… (читать ещё)

Hello, Today I tried to upload some images to a seller on eBay, and consistently got the popup pictured below. I've never seen, heard of or had this issue before and searching for it comes up with nothing useful.

Any ideas? Using Firefox 115.13.0esr (64-bit)

Thanks

Задан DrinksWithTheFlies 1 год назад

Дан ответ DrinksWithTheFlies 1 год назад

  • Решено
  • Закрыто
  • Архивировано

Cannot sign in to New York Times

I cannot sign in to the New York Times today; on their main page it will not allow me to sign in to my account. I have called them, and apparently it is Firefox that is … (читать ещё)

I cannot sign in to the New York Times today; on their main page it will not allow me to sign in to my account. I have called them, and apparently it is Firefox that is the problem. I can connect to any and all other sites. I can connect and sign in to the NYTimes from my iPad as well, so I believe it is the version on my Windows 11 laptop that is the problem. I've cleared all cookies and history, restarted my computer, re-booted my modem even, and closed my VPN, all to no avail. I have version 129.0.2, and it is up to date. It was working yesterday just fine. Is there another update coming to correct this?

Задан carlj.thelder 1 год назад

Дан ответ carlj.thelder 1 год назад

  • Решено
  • Архивировано

Status bar hides some Unicode characters

I was reading https://embracethered.com/blog/posts/2024/m365-copilot-prompt-injection-tool-invocation-and-data-exfil-using-ascii-smuggling/ and hovered over the hxxtp://w… (читать ещё)

I was reading https://embracethered.com/blog/posts/2024/m365-copilot-prompt-injection-tool-invocation-and-data-exfil-using-ascii-smuggling/ and hovered over the hxxtp://wuzzi[.]net link.

I noticed that the status bar on firefox shows the same text as the on-page text. It doesn't render the unicode url in full. I tried finding a bug describing this, but couldn't find one.

Sample URL:

https://wuzzi.net

Задан little.sock3082 1 год назад

Дан ответ TyDraniu 1 год назад

  • Закрыто
  • Архивировано

SIR I AM HELP FOR THIS SOLVED TROUBLESHOOTING

https://pcc.police.gov.bd/ords/pcc2/r/pcc/apply?clear=12&session=6402485961689&cs=[url trimmed] Secure Connection Failed An error occurred during a connection… (читать ещё)

https://pcc.police.gov.bd/ords/pcc2/r/pcc/apply?clear=12&session=6402485961689&cs=[url trimmed]


Secure Connection Failed

An error occurred during a connection to pcc.police.gov.bd. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Learn more…

Задан Boi Bitan 1 год назад

Последний ответ от Boi Bitan 1 год назад

  • Решено
  • Архивировано

Greyed out box in right top corner on some websites

On several site there's a greyed out box top right, which disables anything it covers, can't be got rid of, and makes using Firefox for these sites impossible. Help, plea… (читать ещё)

On several site there's a greyed out box top right, which disables anything it covers, can't be got rid of, and makes using Firefox for these sites impossible. Help, please?? Thank you! (I'm having to use Chrome...)

Задан sallyscott1 1 год назад

Дан ответ James 1 год назад

  • Решено
  • Архивировано

Filenames with encoded URLs no longer save correctly in URL Encode format as of 127.0

Up to 126.0b9, files with encoded URLs in their filenames downloaded normally. As of 127 onward, however, it gets changed to _3A instead of %3A, etc. Is there a setting s… (читать ещё)

Up to 126.0b9, files with encoded URLs in their filenames downloaded normally. As of 127 onward, however, it gets changed to _3A instead of %3A, etc. Is there a setting somewhere in config to revert this?

Example:

Supposed to be: test [sound=https%3A%2F%2Ffiles.catbox.moe%2Fe547nk.mp3].png Downloads as: test [sound=https_3A_2F_2Ffiles.catbox.moe_2Fe547nk.mp3].png

Задан theconquistadork 1 год назад

Дан ответ cor-el 1 год назад