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

Latest Firefox doesn't work on site that used to work a month ago

The latest Firefox does not load programs that used to work with it. That is, this used to work: http://email.pollking.com/view.asp?id=272870&d=&u=[email]@yahoo.… (читать ещё)

The latest Firefox does not load programs that used to work with it. That is, this used to work:

http://email.pollking.com/view.asp?id=272870&d=&u=[email]@yahoo.com

and now locks up the page. It also fails on a daily trivia question. If I run under other browsers (e.g., Opera,) they work fine. This makes me think it's some setting in Firefox. I'm not sure, but I think this started after a Firefox update.

I'm running Win 10 (Home) with 32GB of memory on an i9-12900K running at 3.19GHz

Dr. Purdum

Задан h656775 2 месяца назад

Kroger is giving a security eror

I was on the krogerfeedback.com site. Got finished and then went to kroger.com to load coupons for Friday. The page came up and said no coupons found try again later. may… (читать ещё)

I was on the krogerfeedback.com site. Got finished and then went to kroger.com to load coupons for Friday. The page came up and said no coupons found try again later. maybe 30 minutes later can get to the site at all. I get this:

Secure Connection Failed

An error occurred during a connection to www.kroger.com.

It is not my internet causing it. I have been on you tube watching news clips and written a gmail to my sister while waiting for them to clear the error.

I hope I don't have to call their 800 number and talk to their helpless desk.

Задан Ranleigh Wylde 2 дня назад

Последний ответ от Denys 2 дня назад

captcha on Zazzle.com

Hello, I am trying to login to my account on www.zazzle.com and use their site. Sometimes it will let me through and I can be on the site for about 20 minutes before a ca… (читать ещё)

Hello, I am trying to login to my account on www.zazzle.com and use their site. Sometimes it will let me through and I can be on the site for about 20 minutes before a captcha comes up that says press and hold this button so we know you are not a bot. Well the button never works, it always errs out and gives me the message to please try again, and then locks me out of their site. I have tried clearing my cache and cookies, updating my browser, resetting the router, I don't have any VPN's, I have tried working in a private window, adding the website to the privacy exceptions, block pop up windows is unchecked, I am out of ideas, what do I do??

Задан sedye17 4 дня назад

Последний ответ от Denys 4 дня назад

cookie settings preventing me from using Gmail and Google drive

I am confused, because I have been unable to access google drive and Gmail, for a while now because every time I go to the website it says we have detected a problem with… (читать ещё)

I am confused, because I have been unable to access google drive and Gmail, for a while now because every time I go to the website it says we have detected a problem with your cookie settings, I have tried default settings, and entering safe mode on Firefox, but neither worked. I would much appreciate assistance.

Задан levihannan117 20 часов назад

Последний ответ от jonzn4SUSE 5 часов назад

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

Firefox manual update with Linux Ubuntu

I have a System 76 laptop running Ubuntu 14.04 LTS. The LTS (Long Term Support) ended years ago with Firefox 66. All of that works fine still. My problem is: 1. The worl… (читать ещё)

I have a System 76 laptop running Ubuntu 14.04 LTS. The LTS (Long Term Support) ended years ago with Firefox 66. All of that works fine still. My problem is: 1. The world is telling me to upgrade my browser. 2. Mozilla tells me "Note: If you use your Linux distribution's packaged version of Firefox, you will need to wait for an updated package to be released to its package repository. This article only applies if you installed Firefox manually (without using your distribution's package manager)." 3. There will never be an updated package because LTS has ended. 4. IS THERE A WAY TO MANUALLY INSTALL A NEWER BROWSER LIKE FIREFOX 123?

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

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

  • Архивировано

Disabling Control +w keybind

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference? Also, I realized that: ```browser.tabs.warnO… (читать ещё)

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference?

Also, I realized that:

```browser.tabs.warnOnClose False``` Does this option activates warn when closing the tab? If your answer is yes, it is not working at all.

Задан maxemilian 3 года назад

Последний ответ от wtfiwinomgs 3 года назад

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

How to PERMANENTLY close Bookmarks sidebar panel?

As of a few days ago whenever I start Firefox the window appears with the Bookmarks sidebar panel already opened. I click the "X" on the sidebar and it will close - until… (читать ещё)

As of a few days ago whenever I start Firefox the window appears with the Bookmarks sidebar panel already opened. I click the "X" on the sidebar and it will close - until the next time I start Firefox. If I choose Menu->View->Sidebar->Bookmarks and uncheck it the panel will close - until the next time I start Firefox. No matter how the Bookmarks sidebar is closed, it will always reappear when Firefox is restarted. Even if I switch to some other sidebar, Bookmarks will replace it on startup.

I've searched about:config and found no setting which seems to control sidebar behavior on startup.

I assume this is the result of some recent update. Is there no longer a way to permanently disable the Bookmarks sidebar?

MacOS 12.7.5 Firefox 127.0 (64-bit)

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

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

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

Installing root CA certificates

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use. The environment is launched from AWS and consists of a… (читать ещё)

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use.

The environment is launched from AWS and consists of an Ubuntu 18 desktop and a Ubuntu Server running Apache. The desktop is able to successfully load the website, but with a cert error that the certificate isn't trusted.

When the Ubuntu Desktop launches, it has a fresh install of Firefox, and therefore all the directories in the users home folder are not yet setup for Firefox, including the database where the root CAs are stored.

I'm am able to add the Root CA certificate into the Firefox cert database AFTER the machine fully boots and I run Firefox for the first time. I'm using the 'certutil' package to do this. After I load Firefox, then add the root CA certificate using certutil, I'm able to load the website without error.

I need to add this certificate to the database with the startup shell script for the machine.

Any help is greatly appreciated. Here's the commands I'm using:

  1. copy the CA cert into firefox

export ffcerts=`ls /home/testuser/.mozilla/firefox/ | grep default-release` sudo certutil -A -n "testcert" -t "TC,," -i /home/testuser/certificates/testcertCA.pem -d sql:/home/testuser/.mozilla/firefox/$ffcerts

These commands work perfectly after Firefox is run for the first time. I've even tried adding 'Firefox' (with several different switches) into my startup script without success.

Задан goriest-02-stacker 2 года назад

Дан ответ goriest-02-stacker 2 года назад

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

Firefox asks for master password on startup

On my computer Firefox ask for the master password every time at startup. On other computers in my family, Firefox only ask for the Master Password when accessing a site … (читать ещё)

On my computer Firefox ask for the master password every time at startup. On other computers in my family, Firefox only ask for the Master Password when accessing a site with a password. I tried : - to disable than reenable Master Password - start in SafeMode without success. How can I solve my issue ? Thanks in advance for your help

Задан jp.levy 1 год назад

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

  • Решено

how to remove AI from my Firefox?

The AI chatbot is back in my sidebar. I did not opt in to this. I would prefer not to roll back to whichever version of Firefox is before the AI it's-a-feature-not-a-bug … (читать ещё)

The AI chatbot is back in my sidebar. I did not opt in to this. I would prefer not to roll back to whichever version of Firefox is before the AI it's-a-feature-not-a-bug got wedged in; what other options do I have for permanently disabling AI?

Going to sidebar settings to hide the AI chatbot does not suffice. Evidence: I did that already, it has been undone, and I cannot now find the toggle in question.

Personally I vote for yanking it out of the main browser altogether, so people have to actively choose to install the AI chatbot add-on. But my question is about actions I can take myself.

Задан AlexSeanchai 3 месяца назад

Дан ответ AlexSeanchai 2 месяца назад

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

New tab "+" missing from tab bar with with 20 tabs or more

After the latest update (117.0 64-bit) I now do not see the '+' sign in the tab bar. I have 40 tabs open (please, no negativity - it's always worked for me), but if I cl… (читать ещё)

After the latest update (117.0 64-bit) I now do not see the '+' sign in the tab bar. I have 40 tabs open (please, no negativity - it's always worked for me), but if I close all of the tabs it reappears. Re-open the original 42 tabs and it's gone again. Close them and it reappears, etc. Now for the fun bit: starting from scratch with a new window - the '+' is there, but open 20 more tabs and it goes.

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

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

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

Shortcuts: Button to add new ones no longer available

Since the penultimate and now the last current update to version 127.0.2 (64Bit), the button (tile with the + sign) to add new shortcuts is no longer available. How can n… (читать ещё)

Since the penultimate and now the last current update to version 127.0.2 (64Bit), the button (tile with the + sign) to add new shortcuts is no longer available. How can new shortcuts be added now?

Задан Martin Müller 12 месяцев назад

Дан ответ Martin Müller 11 месяцев назад