Fragen mit folgendem Schlagwort anzeigen:

unusual amount of firefox updates? lately

I don't know if the F/F updates are legit; I used to get updates, once in while.Lately seems updates are every few days or everyday.Not sure if these are spam or getting… (Lesen Sie mehr)

I don't know if the F/F updates are legit; I used to get updates, once in while.Lately seems updates are every few days or everyday.Not sure if these are spam or getting hacked?

Offen 2

Wouldn't it make sense to include a forum topic or other means for users to submit constructive suggestions?

Unless I've simply failed to find to find such a facility, it seems that there are no dedicated channels or topics through which sensible and constructive suggestions can… (Lesen Sie mehr)

Unless I've simply failed to find to find such a facility, it seems that there are no dedicated channels or topics through which sensible and constructive suggestions can be submitted. Surely, monitoring and sifting through such ideas might yield 'food for thought' among developers, all of which could contribute to improving both the function, performance and appeal of Mozilla products? I'm not even sure whether I'm posting under the most appropriate topic, which perhaps underlines my point!

Offen 3 1

How to update Firefox without it leaving the registry entry from the previous version

I am running Firefox version 155.0.1 under Windows 10. I am receiving Extended Security Updates. When I update Firefox with the automatic updater it replaces the old vers… (Lesen Sie mehr)

I am running Firefox version 155.0.1 under Windows 10. I am receiving Extended Security Updates. When I update Firefox with the automatic updater it replaces the old version with the new one and everything runs fine but the automatic updater fails to clear the leftover registry key from the previous installation. This leaves me with two versions of Firefox listed on the Apps & features page. In order to avoid having this extra entry I have been uninstalling Firefox and then running the installation program to update to the next version. Uninstall removes both entries, but if try using the automatic updater again, once again it fails to clear the leftover registry key from the previous installation. Any ideas on how to resolve this issue. With the frequency of updates being released, I would like to update with the automatic updater without having to remove the ghost registry key each time or resorting to uninstalling the previous version before running the install program.

Offen 5

Установка стороннего сертификата (Сертификат от Минцифры России)

Доброго времени суток. Я установил сертификаты по инструкции, которая лежит на s.sber.ru/70VQ2B . После этого не прогружается полностью окно входа на online.sberbank.ru (… (Lesen Sie mehr)

Доброго времени суток.

Я установил сертификаты по инструкции, которая лежит на s.sber.ru/70VQ2B . После этого не прогружается полностью окно входа на online.sberbank.ru (не видно содержимого фреймов). Проблема полностью аналогична описанной здесь: https://support.mozilla.org/ru/questions/1597415

Firefox ESR115.40 (64-разрядный, Windows 7) - страница выглядит, как на скриншоте по ссылке выше.

Установлены скачанные сертификаты в самом браузере, они отображаются в разделе Управление сертификатами -> Центры сертификации. После этого абсолютно ничего не изменилось.

Может, надо еще что-то сделать? Или на Firefox ESR115.40 вообще работать не будет? До перехода на сертификат от Минцифры России проблем не было.

Gelöst 2

restore 2 step authentication for a website.

Accidentally told Fire-Fox to allow access to a website without two step authentication. I want to restore the ability to the website so the website requires a phone ca… (Lesen Sie mehr)

Accidentally told Fire-Fox to allow access to a website without two step authentication. I want to restore the ability to the website so the website requires a phone call to sign in.

Thanks in advance.

Offen 2

Cloudlare Validation error on Attempted Login

I have logged into TinyURL.com MANY times using Firefox. Now, I get a Cloudflare Validation Error when trying to do so (see attached screenshot/snip). This was done in T… (Lesen Sie mehr)

I have logged into TinyURL.com MANY times using Firefox. Now, I get a Cloudflare Validation Error when trying to do so (see attached screenshot/snip).

This was done in Troubleshooting mode, but is the same in standard mode, though I have no extensions enabled. I've tried turning Protection Tracking off; no luck. - We use ZoneAlarm, but the Web Secure functions are all disabled. - I have the same issue on 2 PC's, one Windows 10 and the other Windows 11, 64-bit. - I'm on FF release 150.0.2 - 64-bit, and both Windows installs are fully updated and kept that way. - I've reached out to TinyURL in hopes of resolving the issue. They suggested many of the above steps but not resolved this issue. - HOWEVER, I've found that login via Google Chrome IS seamless - no issues.

What is it with Firefox that it's having issues with the Cloudflare "Human" check? I've checked the Cloudflare site; all conditions are good, and this very setup passed the "Turnstile" check.

FF is my #1 preferred browser, so please look into this. I see that others have posted similar issues over multiple years here (but a search of support articles didn't find one . . .)

Thanks,

Gelöst 8

How do I remove "add sitename"* from Search bar drop-down menu?

How do I remove "add sitename"* from Search bar drop-down menu? sitename refers to whatever site you are on at the time I have no use for this option and find it overly… (Lesen Sie mehr)

How do I remove "add sitename"* from Search bar drop-down menu?

  • sitename refers to whatever site you are on at the time

I have no use for this option and find it overly invasive. I have searched everywhere for solutions and have not found any that work. If it is not currently "removable", please make it so.

Thanks

Gelöst 2

My spell check hardly ever works, I tried suggested remedies.

My spell check generally doesn't work, but occasionally comes back to life, I have tried the about config, and change value to 2, I have tried uploading dictionary, and m… (Lesen Sie mehr)

My spell check generally doesn't work, but occasionally comes back to life, I have tried the about config, and change value to 2, I have tried uploading dictionary, and making sure check as I type is ticked, but the setting on config seems to keep reverting to 1, and I'm sure if I have successfully uploaded a dictionary, I clicked on language pack, Ironically while I'm typing this, my spell check is actively involved.

Offen 9

Firefox keeps crashing

I tried updating Firefox or testing for the crash in Troubleshoot Mode, but it keeps crashing every minutes or so. Here is the report ID bp-67065b07-74d6-417e-b7de-caf50… (Lesen Sie mehr)

I tried updating Firefox or testing for the crash in Troubleshoot Mode, but it keeps crashing every minutes or so. Here is the report ID bp-67065b07-74d6-417e-b7de-caf500260906

Offen 6

Background color for selected Tab doesn't change after recent Firefox updates

I noticed that my Tab background color doesn't change after recent Firefox updates. I have this code (css - chrome) to change the color of the active tab to green and it … (Lesen Sie mehr)

I noticed that my Tab background color doesn't change after recent Firefox updates.

I have this code (css - chrome) to change the color of the active tab to green and it no longer working.

/* Start code: Change color of active tab to Green and the inactive to default*/ tab[selected="true"] *{ background-color: #00c100 !important; /*Green */ font-size:10pt !important; font-weight: 650 !important; color: black !important; }

Any help in fixing this is appreciated. Regards,

Gelöst 4 1

SSL_ERROR_RX_RECORD_TOO_LONG

Secure Connection Failed An error occurred during a connection to my.amarkets.org. SSL received a record that exceeded the maximum permissible length. Advanced What makes… (Lesen Sie mehr)

Secure Connection Failed

An error occurred during a connection to my.amarkets.org. SSL received a record that exceeded the maximum permissible length. Advanced What makes the site look dangerous?

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. What can you do about it?

Please contact the website owners to inform them of this problem.

Learn more about secure connection failures

Error Code: SSL_ERROR_RX_RECORD_TOO_LONG

Offen 1