顯示下列標籤的問題: 顯示所有問題
  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 被鎖定
  • 封存

Can I pay for real person suport?

I installed Firefox at work and set my personal email address as secondary to my business address. Well, I liked Firefox so much that I decided to use it at work and at h… (閱讀更多)

I installed Firefox at work and set my personal email address as secondary to my business address. Well, I liked Firefox so much that I decided to use it at work and at home - and I removed my personal email from my business account. Unfortunately Firefox is still recognizing my personal email as the secondary address for my business account and I am completely incapable of making a new account. My bookmarks and saved passwords are all different between home and work. I NEED two individual accounts, just like how I was using my browsers with Chrome.

MikeSr 於 1 年前 詢問

Paul 最近回覆於 1 年前

  • 已解決
  • 封存

Extensions are not shown in toolbar after restore

Hello, I wanted to restore Firefox to start clean. I wanted anyway to reinstall my (few) extensions, all of which are safe and well known. When I do that, though, their i… (閱讀更多)

Hello, I wanted to restore Firefox to start clean. I wanted anyway to reinstall my (few) extensions, all of which are safe and well known. When I do that, though, their icons don't show up in the toolbar. When I open the "customize toolbar" setting, extension icons aren't there. So there's no way to add them to toolbar.

I tried all possible methods: - "Restore Firefox" and resync my account (extensions are reinstalled but icons not shown in toolbar / customize toolbar) - "Restore Firefox", not syncing, and manually installing extensions (icons still not shown in toolbar / customize toolbar) - Uninstall Firefox, delete everything in Profiles folder, reinstall Firefox. Same behavior.

So, it seems it's something not related to a broken profile, since a fresh profile, with no syncing, does not fix the issue.

Any clue of what I could try? Thanks!

Daniele Mancino 於 1 年前 詢問

Daniele Mancino 於 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 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

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 年前 解答

  • 已解決
  • 封存

Autologin for youtube not working after update (not password autofill)

Before Update: I have two different YouTube workflows on two different systems. Although I use ONE Mozilla account, I was able to get automatic sign on for TWO different … (閱讀更多)

Before Update: I have two different YouTube workflows on two different systems. Although I use ONE Mozilla account, I was able to get automatic sign on for TWO different systems. This meant that I was not automatically logged into the other account as long as I was on the appropriate device.

After Update: Auto-login is only working on my main system's Firefox (without new update). I now have to re-log into my production YT account manually. The reason I can identify this was after the update is because I now have an "old Firefox data" folder on my desktop, aswell as all my extensions being re-installed.

Considerations/Clarifications - I do not mean auto-fill passwords. I mean that my account is already ready to go when I access the YT site. - I use a few security extensions. I understand that these may have an impact on my browser's ability to save passwords. However, for the past 7 years, this has never been a problem given similar extensions.

    - Extension List: Privacy Badger, Adblock, Adblock plus, Adblock for YT, DuckDuckGo privacy essentials,  Facebook container, and Decentraleyes.

Any help is appreciated.

alendrik18 於 1 年前 詢問

alendrik18 於 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 年前 解答