顯示下列標籤的問題: 顯示所有問題
  • 被鎖定
  • 封存

v 112.02 problems

I am having multiple problems on several sites 1)trying to sign into my Schwab account and keep getting: We're unable to authorize your access. Try again later. 2)go t… (閱讀更多)

I am having multiple problems on several sites

1)trying to sign into my Schwab account and keep getting: We're unable to authorize your access. Try again later.

2)go to www CNBC com The market data field(s) do not display and I can not enter data in the search field

3)While scrolling FB it gets lost and 1 out 4 times I need to restart Firefox

These problems continue with and with-out VPN These problems don't appear when using MS Edge(which I do not like)

Confused

JJ

ref: 2YO Lenovo I7, 4.0 GHz, 6gb mem current WIN 11, run CCleaner daily

JJ.the.FOG 於 1 年前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 年前

  • 已解決
  • 封存

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… (閱讀更多)

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,

seankdavis24 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Sign in with Apple not working on Windows

Hey out there, I've recently been strugggeling with Firefox (got latest version installed, System is running Windows 11) in terms of not being able to use the "Sign in w… (閱讀更多)

Hey out there,

I've recently been strugggeling with Firefox (got latest version installed, System is running Windows 11) in terms of not being able to use the "Sign in with Apple".

On Chrome it still works, but after typing in my Apple-iD credentials, Firefox doesn't let me finish the sign in. It doesn't work if I want to sign into an Application nor a website using the apple sign-in option.

I know there are different ways to sign in but I tend to use this one thanks to it's simplicity and would therefore be happy if anybody knew the issue or even better, a solution to it.

Grateful for any replies :)

TombFraider 於 1 年前 詢問

TombFraider 於 1 年前 解答

  • 已解決
  • 封存

i have lost all my tabs so i used jeffersonscher to get them back however, i restarted my pc when i was restoring them and that jsonlz4 file that i was using got replaced by a new one that had only the tabs that i have restored

i used jeffersonscher to get all my tabs back from by old session but i restarted my pc and the session store jsonlz4 file got changed with a new one that didn't have all… (閱讀更多)

i used jeffersonscher to get all my tabs back from by old session but i restarted my pc and the session store jsonlz4 file got changed with a new one that didn't have all the tabs i previously had on it. When i did the restoring my jsonlz4 file was at 1:08am but when i accidentally restarted my pc it now is saying 2:31am and all the tabs that i have restored so far are on it but not the ones i haven't restored are not.

So is there a way to be able to get that old jsonlz4 file back so that i can restore all the tabs that i used to have.

Please help.

jameskennan11 於 1 年前 詢問

jameskennan11 於 1 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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.

Skye 於 1 年前 詢問

Skye 於 1 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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

heusmich 於 2 年前 詢問

heusmich 於 2 年前 解答

  • 被鎖定
  • 封存

Last Pass not autofilling in Firefox

I've used the Last Pass application with Firefox for years but recently Last Pass isn't auto-filling anymore. It auto-fills fine with other browsers but has stopped with… (閱讀更多)

I've used the Last Pass application with Firefox for years but recently Last Pass isn't auto-filling anymore. It auto-fills fine with other browsers but has stopped with Firefox within the last week or so. Any help would be appreciated.

fishemail8 於 1 年前 詢問

Paul 最近回覆於 1 年前

  • 已解決
  • 封存

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… (閱讀更多)

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.

gabrielmuttiteixeira 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Are McAfee LiveSafe (on Windows 11) and Mozilla Firefox with Mozilla VPN (have and prefer) compatible?

New computer, running Windows 11, McAfee LiveSafe came with for 30 day trial. I use Firefox, have since 1997. Just added Mozilla VPN. Old computer ran Xubuntu. Windows 11… (閱讀更多)

New computer, running Windows 11, McAfee LiveSafe came with for 30 day trial. I use Firefox, have since 1997. Just added Mozilla VPN. Old computer ran Xubuntu. Windows 11 needs antivirus because it's Windows. So. How compatible are McAfee LiveSafe and Firefox with Mozilla VPN? What suggestion, if any, does Mozilla have for an antivirus program that will work well for Windows 11 but not mess with Firefox and Mozilla VPN? Thank you.

mwhesapa 於 2 年前 詢問

Dropa 於 2 年前 解答

  • 已解決
  • 封存

Saving / restoring Firefox Settings

If I want to do a 'clean' install of MS Windows - Windows 11 Pro v 22H2 (Build 22621.1485) - where are FF's sttings stored & how do I restore them after the re-instal… (閱讀更多)

If I want to do a 'clean' install of MS Windows - Windows 11 Pro v 22H2 (Build 22621.1485) - where are FF's sttings stored & how do I restore them after the re-install?

IanM 於 1 年前 詢問

Terry 於 1 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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.

dmacknair 於 2 年前 詢問

jscher2000 - Support Volunteer 於 2 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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?

Leon Vitanos 於 1 年前 詢問

cor-el 於 1 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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.

vivek95148 於 2 年前 詢問

vivek95148 於 2 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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

Robin 於 2 年前 詢問

Robin 於 2 年前 解答

  • 已解決
  • 封存

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/… (閱讀更多)

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.

Seekerkiller 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Duckduckgo has apparently hijacked firefox browser

I've gone through all of the steps to reset my Firefox browser and attempted to change my search engine from Duckduckgo to Startpage. Every time it works a couple of tim… (閱讀更多)

I've gone through all of the steps to reset my Firefox browser and attempted to change my search engine from Duckduckgo to Startpage. Every time it works a couple of times then Duckduckgo hijacks the search engine back to itself. I've deleted this search engine, reset my browser, said yes to prompts by Startpage to be the default browser, and tried everything that I can think of. Very, very frustrating. And I start to worry about the security of the Firefox browser itself. Any ideas?

Thanks, David

maddogmog 於 2 年前 詢問

Dropa 於 2 年前 解答