Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené
  • Archivované

The time is wrong any app or site I use on Firefox.

I have tried syncing to the time server and manually updating the time with no success. It is only happening on this computer. My other laptop and my Android are fine, so… (ďalšie informácie)

I have tried syncing to the time server and manually updating the time with no success. It is only happening on this computer. My other laptop and my Android are fine, so it has something to do with something on this PC. I've tried to disable vpns but that hasn't helped. Any insight is greatly appreciated since the timestamp is crucial for much of what I do!

Otázku položil(a) pete.theodore1 Pred 2 rokmi

Na otázku odpovedal(a) pete.theodore1 Pred 2 rokmi

  • Vyriešené
  • Archivované

Extensions not saving in nightly.

Hey all, I'm not too sure if this is the right place to ask, since i am on the nightly version, however recently i have tried installing some new extensions. it appears t… (ďalšie informácie)

Hey all, I'm not too sure if this is the right place to ask, since i am on the nightly version, however recently i have tried installing some new extensions. it appears that whenever i close and re- open firefox, the extension is just gone and disabled. when i go back to the store, i have the option to remove it as if its still installed, and my "manage extensions" page shows its installed and enabled, however there is absoloutley no sign of the extension unless i disable and enable it. the two extensions i have installed were both from the official mozilla addons store, one being "dark reader (https://addons.mozilla.org/en-GB/firefox/addon/darkreader/) and "Twitter as a Sidebar" (https://addons.mozilla.org/en-GB/firefox/addon/twitter-as-a-sidebar/). both of these extensions have the same issue, so its most likely not the extension itself. I am asking here in case its not a nightly bug, and instead something wrong with my browser specifically.

Any help would be greatly appreciated!

Otázku položil(a) Mllse Pred 1 rokom

Na otázku odpovedal(a) zeroknight Pred 1 rokom

  • Uzamknuté
  • Archivované

Old Email Service on account discontinued. Cannot receive confirmation code.

Can I receive my account confirmation code for my original Firefox account another way since my old email service was discontinued by the provider. I need to recover my … (ďalšie informácie)

Can I receive my account confirmation code for my original Firefox account another way since my old email service was discontinued by the provider. I need to recover my bookmark'd sites.

Otázku položil(a) SuMo Bot Pred 2 rokmi

Posledná odpoveď od cor-el Pred 2 rokmi

  • Vyriešené
  • Archivované

FireFox on citrix automatically logs off

Hello Everyone In our Citrix environment we use Mozilla Firefox 115.0.2esr (64-Bit). Exactly after 5 minutes the VDA terminates the user session and FireFox is closed. I… (ďalšie informácie)

Hello Everyone

In our Citrix environment we use Mozilla Firefox 115.0.2esr (64-Bit). Exactly after 5 minutes the VDA terminates the user session and FireFox is closed. It does not matter, the session is inactive or the user is actually browsing.

The only eventlog is the following: Der Citrix Desktopdienst hat erkannt, dass eine Benutzersitzung beendet wurde. Sitzung 'XXX' für Benutzer 'Username' wurde beendet; Ursache: Logoff.

The Citrix Desktop Service has detected that a user session has been terminated. Session 'XXX' for user 'Username' was terminated; cause: Logoff.

I already started the Firefox with troubleshooting mode but does the same.

Thank you for your help, hope someone already saw this issue

Otázku položil(a) Adam Mersva Pred 1 rokom

Na otázku odpovedal(a) Adam Mersva Pred 1 rokom

  • Uzamknuté
  • Archivované

Remote Control?!

So, I was just going to Youtube, and on the search bar, there was a little robot. I hovered my cursor over and it said I was under remote control. The reason is DevTools … (ďalšie informácie)

So, I was just going to Youtube, and on the search bar, there was a little robot. I hovered my cursor over and it said I was under remote control. The reason is DevTools whatever that is. I do some research and turn it off. Go back in and it reappears again. Please help.

Otázku položil(a) SuMo Bot Pred 2 rokmi

Posledná odpoveď od cor-el Pred 2 rokmi

  • Vyriešené
  • Archivované

cookie management

Since the update that changed the cookie management, I have not been able to delete just my cache without losing all my cookies & login information. I'm no longer abl… (ďalšie informácie)

Since the update that changed the cookie management, I have not been able to delete just my cache without losing all my cookies & login information. I'm no longer able to automatically sign into a bunch of my sites.

Otázku položil(a) dmacknair Pred 3 rokmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 3 rokmi

  • Vyriešené
  • Archivované

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (ďalšie informácie)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Otázku položil(a) heusmich Pred 2 rokmi

Na otázku odpovedal(a) heusmich Pred 2 rokmi

  • Vyriešené
  • Archivované

Google Fi Microphone Permissions

Hi, I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from t… (ďalšie informácie)

Hi,

I'm wondering if anyone can help me here. I use Google Fi to make and receive calls from my browser. I accidentally denied microphone permissions to Google Fi from the Firefox dropdown prompt and I cannot find how to get it back.

When I click the dropdown menu, I see no options to enable or disable permissions. I also do not see anything listed in the Security settings of the browser. When I check the google fi settings, I see it complaining about denied permissions though.

I've attached screenshots. Does anyone know where I can revoke the blocked permissions?

Thanks,

Otázku položil(a) seankdavis24 Pred 2 rokmi

Na otázku odpovedal(a) cor-el Pred 2 rokmi

  • Vyriešené
  • Archivované

Missing Content Security Policy enable/disable setting on about:config

Hello, I noticed that a setting on the about:config page was removed: the "security.csp.enable" setting. I was using this setting to disable CSP to be able to load local… (ďalšie informácie)

Hello,

I noticed that a setting on the about:config page was removed: the "security.csp.enable" setting. I was using this setting to disable CSP to be able to load local JS scripts on some non-locally hosted sites, for debugging and development, work related purposes.

Was this setting really removed? Is there a way to disable CSP on Firefox on the latest version?

Thanks! Gabriel.

Otázku položil(a) gabrielmuttiteixeira Pred 3 rokmi

Na otázku odpovedal(a) cor-el Pred 3 rokmi

  • Uzamknuté
  • Archivované

Printing

Trying to print license from State of Georgia website as required on "renewal" page and Firefox is not allowing. Not sure how to enable this process. Please help. … (ďalšie informácie)

Trying to print license from State of Georgia website as required on "renewal" page and Firefox is not allowing. Not sure how to enable this process. Please help.

Otázku položil(a) SuMo Bot Pred 2 rokmi

Posledná odpoveď od cor-el Pred 2 rokmi

  • Uzamknuté
  • Archivované

Digital signature stopped working

Digital signature was working properly since yesterday ie 20th May 2022, but now its stopped working, what will be the reason, Digital signature process stuck and not pr… (ďalšie informácie)

Digital signature was working properly since yesterday ie 20th May 2022, but now its stopped working, what will be the reason, Digital signature process stuck and not proceed further, if you kindly send me setting of firefox for DSC i will always be greatful to you. thank you.

Otázku položil(a) SuMo Bot Pred 3 rokmi

Posledná odpoveď od SuMo Bot Pred 3 rokmi

  • Vyriešené
  • Archivované

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406 This is the site https://one.walmart.com/content/usone/… (ďalšie informácie)

The requested URL was rejected. Please consult with your administrator.

Your support ID is: 15199799165570062406

This is the site https://one.walmart.com/content/usone/en_us/company.html this site I connect to for work related issues, I can use private browsing, but not the regular browsing.

Otázku položil(a) Seekerkiller Pred 3 rokmi

Na otázku odpovedal(a) cor-el Pred 3 rokmi

  • Vyriešené
  • Archivované

I can't delete my Firefox account

A while ago I made a Firefox account with my Yahoo email address as the primary email, and my Outlook email address as the secondary email. Eventually I realized that I d… (ďalšie informácie)

A while ago I made a Firefox account with my Yahoo email address as the primary email, and my Outlook email address as the secondary email. Eventually I realized that I didn't need my Yahoo email account anymore, so I deleted it, forgetting that it was being used as the primary email for my Firefox account. Now I can't remove my Outlook email from my Firefox account without verifying my Yahoo email account, and I can't even delete the Firefox account since it was made under the Yahoo email account as a primary email address.

Now I can't use my Outlook email address to create a new Firefox account either.

Otázku položil(a) vivek95148 Pred 2 rokmi

Na otázku odpovedal(a) vivek95148 Pred 2 rokmi

  • Vyriešené
  • Archivované

Change Mail

Hello, I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondar… (ďalšie informácie)

Hello,

I have a firefox Account "accountA" which has the primary eMail-Address "mailA". I had an other Account "accountB" with primary eMail-Address "mailB" and secondary eMail-Address "mailC". Sadly I lost access to "accountB" and it's primary Mail-Address "mailB" (which is ok) but want to change the Mail from "accountA" to "mailC".

However, this is not possible since "mailC" is locked to "accountB" which I can no longer access (since I need the primary Mail Address. This meens I can never again use "mailC" for my Firefox account, which is now my primary Mail-Address. Is there should be a way to disconnect a Mail-Address from an account, if one has ownership of this Mail-Address?

Sincerly Robin

Otázku položil(a) Robin Pred 2 rokmi

Na otázku odpovedal(a) Robin Pred 2 rokmi