Pytania oznaczone etykietą: Pokaż wszystkie pytania
  • Rozwiązane
  • Zarchiwizowany

Update of Firefox without Administrator privileges

I have Firefox Browser version 112.0.1 (64-bit). Firefox says that there is a new update. In order to install the new update it is required to have Administrator privileg… (czytaj dalej)

I have Firefox Browser version 112.0.1 (64-bit). Firefox says that there is a new update. In order to install the new update it is required to have Administrator privileges in the computer. Until now, to update Firefow, Administrator privileges were not required.

Pytanie zadane przez arieltzvicarp 1 rok temu

Odpowiedź udzielona przez arieltzvicarp 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

PASTE Option

What Happened To The PASTE Option, When You Are Composing A New Email In Outlook  ? If You Copy Something, Then Right Click I… (czytaj dalej)

What Happened To The PASTE Option, When You Are Composing A New Email In Outlook  ?

If You Copy Something, Then Right Click In The Message Section Of The Email, You Do Not Get The Drop Down Menu With PASTE As An Option.

You Only Get The PASTE Option When You Right Click Into The SUBJECT Line.

Pytanie zadane przez j3rowell 1 rok temu

Odpowiedź udzielona przez sugarmarc 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Overflow Menu Is Broken

I'm using Firefox 112 on Windows 10. The toolbar contains icons for several extensions that I don't want to see. I click on the >> menu and then Customize Toolbar. … (czytaj dalej)

I'm using Firefox 112 on Windows 10. The toolbar contains icons for several extensions that I don't want to see. I click on the >> menu and then Customize Toolbar. That opens the Overflow Menu. It says, "Drag and drop items here to keep them within reach but out of your toolbar." I try to drag one of those extension icons onto the Overflow Menu. It won't go. The dragged icon picks up a circle with a line through it, indicating that this is not allowed or not working.

How can I use the Overflow Menu as advertised, to remove unwanted extension icons from the toolbar? Or is there a good workaround?

Pytanie zadane przez raywood 1 rok temu

Odpowiedź udzielona przez TyDraniu 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Cloudflare hosted site complains about Firefox but works with Chrome

This site, Costco Instacart, worked perfectly with Firefox as recently as April 15, 2023 but today fails (see attached image): https://sameday.costco.com/store/costco/sto… (czytaj dalej)

This site, Costco Instacart, worked perfectly with Firefox as recently as April 15, 2023 but today fails (see attached image): https://sameday.costco.com/store/costco/storefront?zipcode=11021

Cloudflare believes it is protecting itself from online attacks when accessed by Firefox. The same site worked perfectly today, on the same computer, using Google Chrome.

Cloudflare is a major CDN and many important commercial sites, like Costco Instacart, have their content delivered by Cloudflare so this is a major issue with Firefox. For the moment there is a work-around, use Chrome instead, but it would be better to have Firefox address issues with Cloudflare.

Pytanie zadane przez em2jacks 1 rok temu

Odpowiedź udzielona przez em2jacks 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Extension Icons not displayed on Toolbar

Hello, Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons i… (czytaj dalej)

Hello,

Recently I rebuilt my Widows 11 laptop, which meant that I needed to install Firefox again. I did this and signed into to sync all my add-ons again. The add-ons installed without issue, however the icons for them are not displayed on the tool bar. I can access them using the jigsaw icon, but this is is less inconvenient that accessing the add-on directly.

I then reset Firefox in case it was a glitch and signed in again to allow the sync to reinstall the add-ons. This time only the Privacy Badger icon made it onto the toolbar. Again I can access the add-ons using the jigsaw icon.

I have tried to add the add-ons to the Customise Toolbar setting, but they do not show up in the list of things that can be added.

Firefox version: 112.0.1 (64 bit)

I have attached images to show what is happening. Is there anyway I can force the add-on icons onto the toolbar to make them more accessible?

Thank you

Pytanie zadane przez russell.seymour 1 rok temu

Odpowiedź udzielona przez TyDraniu 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Disable Firefox Spell Check Underline

Is there a way to permanently disable red underlining from Firefox spell check? This has only started occurring since an update to Firefox 110 (now on 112), but there se… (czytaj dalej)

Is there a way to permanently disable red underlining from Firefox spell check? This has only started occurring since an update to Firefox 110 (now on 112), but there seems to be no way to make it go away. I've unchecked the spelling box in preferences, and killed off things in about:config:

extensions.spellcheck.inline.max-misspellings 0 layout.spellcheckDefault 0 services.sync.prefs.sync.layout.spellcheckDefault false services.sync.prefs.sync.spellchecker.dictionary false

I'm using Mac Monterey, and have the global spell check turned off for that. This seems to be a problem specific to Firefox, as it doesn't happen in Chrome (spellcheck off) or Safari. I'd like to remove this entirely, since it's distracting to have it second guessing me whenever I'm typing. The main reason I use Firefox is that it gives me the ability to control many things, particularly in combination with UBlock, but I'm unable to make any progress in removing this persistent work disruption.

Pytanie zadane przez bhendrix2 1 rok temu

Odpowiedź udzielona przez cor-el 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

How to Hide the Mute Tab Button?

I've tried following both methods for dissabling the mute button on tabs, it's a slight annoyance, since it's easy to accidentally mute a tab when it's pinned. Specifica… (czytaj dalej)

I've tried following both methods for dissabling the mute button on tabs, it's a slight annoyance, since it's easy to accidentally mute a tab when it's pinned.

Specifically, the first method I've tried changing the setting in about:config called "browser.tabs.showAudioPlayingIcon" from true to false, which was from 7 years ago it seems, which had no effect.

The second method was by making a new rule in a "userChrome.css" file in a new folder called "chrome" with that exact naming, case sensitive. The code in that file is as follows:

/* Hide the mute/unmute button */
.tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) {
    display: none !important;
}
/* Keep site icon visible on hover */
.tabbrowser-tab:hover .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) > :not(.tab-icon-overlay), 
     /* for site icon with Compact density */
:root[uidensity="compact"] .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) > :not(.tab-icon-overlay) {
    opacity: 1 !important; /* overrides full transparency with full opacity */
}

If there's an updated version of the code that's meant to have that effect in modern firefox, then please let me know, or if there's some other new way of removing the mute button on tabs. Thanks.

Pytanie zadane przez Tclarke02 1 rok temu

Odpowiedź udzielona przez jscher2000 - Support Volunteer 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Facing some issue with "cookies" in many sites

Hello, I am having problems with some sites and the error seems to indicate that it is related to cookies. In Google Drive, when I am trying to download any file, it is… (czytaj dalej)

Hello,

I am having problems with some sites and the error seems to indicate that it is related to cookies.

In Google Drive, when I am trying to download any file, it is getting stuck in some kind of loop and at the end, it is showing this:

The page isn’t redirecting properly

An error occurred during a connection to drive.google.com.

   This problem can sometimes be caused by disabling or refusing to accept cookies.

Apart from this, when I am trying to log into my Riot account in Valorant's website, it is ending up showing this:

Expected redirect cookie to exist

___

I have tried following:

  • Using Standard mode for tracking protection
  • Disabling tracking protection for these sites
  • Deleting Cookies & Cache
  • Reinstalling Firefox :(

It didn't help. Also, it started after I reinstalled Windows 11. I have yet to setup it, so I have not made any changes.

Also, everything is working fine in other browsers.

Pytanie zadane przez Skye 1 rok temu

Odpowiedź udzielona przez Skye 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Making Card Payments Issues

Hi, I use Firefox daily, but since the last update I'm unable to make card payments on websites and I'm having to use Chrome as a backup. Up until the update everything … (czytaj dalej)

Hi,

I use Firefox daily, but since the last update I'm unable to make card payments on websites and I'm having to use Chrome as a backup. Up until the update everything was fine and there were no issues making payments on the Royal Mail and Asda websites. When I click the pay button on these sites, the payment window does not open up.

I've tried disabling all addons/extensions to no avail.

Regards Andrew

Pytanie zadane przez fair-trickit 1 rok temu

Odpowiedź udzielona przez fair-trickit 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Import passwords from CSV or Microsoft Edge (Linux)

I'm trying to move to Firefox from Microsoft Edge on Linux. When I go to import data from another browser Edge is not an option. I have a CSV file that I exported from … (czytaj dalej)

I'm trying to move to Firefox from Microsoft Edge on Linux. When I go to import data from another browser Edge is not an option. I have a CSV file that I exported from Edge. How can I import this CSV file? I found something on reddit that said to change security.allow_eval_in_parent_process to true, but that no longer works. How can I get my passwords imported without having to install another browser and import to that and then import to firefox?

Pytanie zadane przez zeos386sx 1 rok temu

Odpowiedź udzielona przez cor-el 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

SSL ERROR ACCESS DENIED ALERT

I cannot access my Bank Account, the authenticity of the received data could not be verified. I have contacted the Bank, and they are supposed to come back to me. Compu… (czytaj dalej)

I cannot access my Bank Account, the authenticity of the received data could not be verified.

I have contacted the Bank, and they are supposed to come back to me. Computer has been restarted and debugged and I have reset the router. The certificate is from COMODA RSA! VALID 13.01.23 - 02.02.24.

It has been suggested when I looked on one Site that I nofify yourselves of this matter.

Thanking you in anticipation! (I have to admit I am not cech savvy!) Janice

Pytanie zadane przez white.janice51 1 rok temu

Odpowiedź udzielona przez white.janice51 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Address autofill

I have recently moved to firefox and wanted to set up an address autofill so I didn't have to type something in everytime but I could only find an autofill for credit car… (czytaj dalej)

I have recently moved to firefox and wanted to set up an address autofill so I didn't have to type something in everytime but I could only find an autofill for credit cards instead. After some digging I believe the issue is that I am using the en-GB version of firefox as I live in the UK while address autofill is only available on the en-US build. If this is the case is there a workaround so that I can have address autofill and if there is not a workaround does anyone have any idea when this feature is likely to be rolled out to the rest of us. Cheers

Pytanie zadane przez Freddie 1 rok temu

Odpowiedź udzielona przez jscher2000 - Support Volunteer 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

No Add-On Icons Showing in Windows 11

I just hooked up a new Windows 11 computer and installed Firefox, which has been my default browser for many years. I was irritated to discover after I synced with anothe… (czytaj dalej)

I just hooked up a new Windows 11 computer and installed Firefox, which has been my default browser for many years. I was irritated to discover after I synced with another computer that almost all the icons for my add-ons have disappeared with no apparent way to get them back. I NEED some of those icons and it makes absolutely no sense to have them gone. Before anyone suggests it I have checked where you customize the toolbar and none of them are there. I refreshed Firefox just in case it helped and of course it didn't. Checking online only results in finding other people with the same problem with no helpful answer. It's almost like Firefox is begging people to leave and go to another browser, which I probably would since I'm so irritated at this issue, but I'm not happy with any other browser. Firefox is the only one I've remotely been happy with, but the way it is right now I'll be pretty much unable to use Firefox on my new computer. At least I still have my icons on my Windows 10 laptop until I'm forced to upgrade to 11 but my new desktop just might end up Firefoxless unless I get a helpful answer.

Pytanie zadane przez mstqbfan 1 rok temu

Odpowiedź udzielona przez cor-el 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

Bookmarking a page via drag n drop, saves the bookmark with the url as a title

Unlike Chrome, if you drag n drop a bookmark, it is saved with the url as a title. You need to click the star for the bookmark to be saved normally. Any plans on changi… (czytaj dalej)

Unlike Chrome, if you drag n drop a bookmark, it is saved with the url as a title. You need to click the star for the bookmark to be saved normally.

Any plans on changing that?

Pytanie zadane przez leon.vitanos 1 rok temu

Odpowiedź udzielona przez cor-el 1 rok temu

  • Zarchiwizowany

What about:config parameter will adjust the font size for *only* tabs and toolbar text?

What configuration setting do I adjust if I want to change the font size of only the tabs and toolbar text, not the text of the window / body (managed with Windows' "Make… (czytaj dalej)

What configuration setting do I adjust if I want to change the font size of only the tabs and toolbar text, not the text of the window / body (managed with Windows' "Make text bigger" option)? I've made the text of the tabs and toolbar large enough for my taste, yet that same setting make the text for everything else in the browser way too big. I'd rather not download a third-party extension as the solution as that implies third-party data gathering. Thank you.

Pytanie zadane przez argolytics 1 rok temu

Ostatnia odpowiedź udzielona przez w.burnham 11 miesięcy temu

  • Zarchiwizowany

Error code: SEC_ERROR_REVOKED_CERTIFICATE

Cannot access website. Getting Error code: SEC_ERROR_REVOKED_CERTIFICATE. Website owners say certificate is valid and can access on other browsers. Why is FireFox block… (czytaj dalej)

Cannot access website. Getting Error code: SEC_ERROR_REVOKED_CERTIFICATE. Website owners say certificate is valid and can access on other browsers. Why is FireFox blocking access to site?

Pytanie zadane przez ssiler 1 rok temu

Ostatnia odpowiedź udzielona przez jscher2000 - Support Volunteer 1 rok temu

  • Zarchiwizowany

Cursor in Google Search Field

When I go to Google.com, the cursor is in the Firefox browser's address field. And I have to click in the Google search field to start my search - if I remember to do so… (czytaj dalej)

When I go to Google.com, the cursor is in the Firefox browser's address field. And I have to click in the Google search field to start my search - if I remember to do so. Why can't the cursor just be in the Google search field?

I could search in the address field, but I'd have to highlight/delete the address. So it's easier to just click in the Google search field. But I rather just have the cursor be in the search field automatically. Is there a way to get that done? Or is that asking too much?

Pytanie zadane przez Steve09 1 rok temu

Ostatnia odpowiedź udzielona przez Steve09 1 rok temu

  • Rozwiązane
  • Zarchiwizowany

112.0.1 breaks 9now.com.au and login.nine.com.au

My browser this afternoon updated to 112.0.1. Prior to the upgrade I was watching 9now.com.au. Post the upgrade the 9now pages will no longer show the controls or login b… (czytaj dalej)

My browser this afternoon updated to 112.0.1. Prior to the upgrade I was watching 9now.com.au. Post the upgrade the 9now pages will no longer show the controls or login boxes.

login.nine.com.au now shows a complete white page.

Devtools indicates there are almost no network queries being issued in comparison to edge.

To test I spun up a VM that had firefox 111.0 installed with the above web site working. I let firefox upgrade to 112.0.1 and it stopped functioning again. I downgraded to 111.0 again and everything works again. Seems 112.0.1 is breaking it.

Pytanie zadane przez tommiy 1 rok temu

Odpowiedź udzielona przez tommiy 1 rok temu