Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi

downloading a file from an insecure source

We have an electronic document management system in our company. The system is an internal system without access to the LAN. Firefox detects files downloaded from it as p… (xem thêm)

We have an electronic document management system in our company. The system is an internal system without access to the LAN. Firefox detects files downloaded from it as potentially dangerous after the last update. Is there a way to prevent files from this website from being detected as potentially dangerous?

Được hỏi bởi Konrad Dymczuk 2 tuần trước

Lần cuối trả lời bởi zeroknight 2 tuần trước

Primary pass work

I tried to delete my primary password online, but system would not allow me to do so. I have exhausted all avenues to seek help, but to no avail. Any assistance would … (xem thêm)

I tried to delete my primary password online, but system would not allow me to do so. I have exhausted all avenues to seek help, but to no avail. Any assistance would be greatly appreciated. Tmg3842@yahoo.com

Được hỏi bởi tmg3842 2 tuần trước

Lần cuối trả lời bởi cor-el 2 tuần trước

Recent issue viewing my Shopify site

Hello. In the last few days when I visit my Shopify website, the pricing on my products is not visible. This is only for me, nobody else has this issue. I do not have thi… (xem thêm)

Hello. In the last few days when I visit my Shopify website, the pricing on my products is not visible. This is only for me, nobody else has this issue. I do not have this issue on Safari, or on Firefox when I open a private browsing window. It is something to do with Firefox, but I don't want to have to open a private window every time I go to my store. Is there a solution? This has only been happening for the last few days. Thanks

Được hỏi bởi leslie.day 2 tuần trước

Lần cuối trả lời bởi zeroknight 2 tuần trước

multiple firefox open in task manager

today 4/18/2024 firefox update. Now browser is slow. Task manager showing currently 15 firefox open, even though only one new tab is selected. It is causing laptop to ove… (xem thêm)

today 4/18/2024 firefox update. Now browser is slow. Task manager showing currently 15 firefox open, even though only one new tab is selected. It is causing laptop to overheat, fan is running constantly. Nothing else is open.

Được hỏi bởi Buddy 2 tuần trước

Lần cuối trả lời bởi cor-el 2 tuần trước

ssa.gov account login no longer works on Firefox, but does work on Edge

I can no longer log into my social security account using Firefox, but the login does work on edge. When I try login on Firefox, I get the following error message: Bad R… (xem thêm)

I can no longer log into my social security account using Firefox, but the login does work on edge. When I try login on Firefox, I get the following error message:

Bad Request

Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.

The initial web site is https://www.ssa.gov/. From there I hit "Sign in", and get to https://secure.ssa.gov/RIL/SiView.action using Edge, but get just the error message using Firefox.

There is another route, which is through https://www.ssa.gov/myaccount/. Hitting either account or sign in on that page will work on Edge, but gives the same error message on Firefox.

Được hỏi bởi Bob G 2 tuần trước

Lần cuối trả lời bởi cor-el 2 tuần trước

failed to update firefox.. so frustrated..

something apparently got corrupted in firefox.. i tried running update and i keep getting failed to update.. i have refreshed.. i have uninstalled and reinstalled ...noth… (xem thêm)

something apparently got corrupted in firefox.. i tried running update and i keep getting failed to update.. i have refreshed.. i have uninstalled and reinstalled ...nothing. i am sure there is a folder or file somewhere that is corrupted and i cannnot find it. because even when i uninstall and reinstall fresh. all my bookmarks are there .. how to i start a TRUE NEW install??

Được hỏi bởi dj3642a 2 tuần trước

Lần cuối trả lời bởi cor-el 2 tuần trước

Firefox extremely slow to load pages or connect to Web sites after startup - Follow-Up

I see my original question is now archived at https://support.mozilla.org/en-US/questions/1380948#question-reply I never closed it because I didn't know if my last proc… (xem thêm)

I see my original question is now archived at https://support.mozilla.org/en-US/questions/1380948#question-reply I never closed it because I didn't know if my last process could really fix the issue. It didn't, not always. Over the years, there have been times when the issue would still pop up, but not as often as before (2022 and earlier).

I have a feeling that during an issue, FF is having difficulty setting up shop after starting up. Consequently, it is spending more time before it could become prepared to connect to the Net. I've come up with another "solution," which is deleting (or moving out) xulstore.json in the profile folder after exiting or before starting FF. You can create a batch command or script to execute the process.

So far, FF is connecting immediately after startup.

Được hỏi bởi mobilesuit 2 tuần trước

Lần cuối trả lời bởi zeroknight 12 giờ trước

Firefox page flickers

I recently got a new computer. Installed firefox onto it. Brought over my profile with all my data and bookmarks. But for the life of me, the page would just sporadically… (xem thêm)

I recently got a new computer. Installed firefox onto it. Brought over my profile with all my data and bookmarks. But for the life of me, the page would just sporadically flicker. I tried messing with the settings; performance settings; hardware acceleration. I tried refreshing firefox. But nothing.

Được hỏi bởi anger01 2 tuần trước

Lần cuối trả lời bởi zeroknight 2 tuần trước

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (xem thêm)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Được hỏi bởi jamescobban 2 tuần trước

Lần cuối trả lời bởi NoahSUMO 1 tuần trước

Looking for extension for minimizing active tab.

I know that it is possible, cause, in the past, I had extension doing exactly that. When I click on an active tab, Firefox just minimized it and went back to the last one… (xem thêm)

I know that it is possible, cause, in the past, I had extension doing exactly that. When I click on an active tab, Firefox just minimized it and went back to the last one I was looking at. But it was for the old version of Firefox. It wasn't compatibile with the new ver of the brawser. Can anyone can help me find some extension doing that please?

Được hỏi bởi binks77 2 tuần trước

Lần cuối trả lời bởi zeroknight 2 tuần trước

Download files (pdf, xml) don't open in application (acrobat, firefox) since 125.0.1 Firefox

Download files (pdf, xml) don't open in application (acrobat, firefox) since 125.0.1 Firefox version from IBM Power server with Ubuntu : The message is "Fichier non… (xem thêm)

Download files (pdf, xml) don't open in application (acrobat, firefox) since 125.0.1 Firefox version from IBM Power server with Ubuntu :

The message is "Fichier non téléchargé - Risque de sécurité potentiel" that is "No downloaded file, potential security risk" :

When we download a pdf file from the server, the "choice box" allow to . open in the browser or . open in Acrobat or . download on my PC. The opening fails with this message. This is the problem. The download on my PC works and when I open the file from my PC it works also.

We need this function of opening a pdf or xml directly from a server IBM Power with Ubuntu. It was OK for several years until 125.0.1 Firefox version. We had no change on the IBM server.

Can you repair this problem quickly. My PC uses Windows 10

Thank you Patrice Castejon [removed phone#]

Được hỏi bởi patrice.castejon 2 tuần trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 2 tuần trước

Can't stop annoying pop up tab

Every time I open a new tab, another extra tab opens automatically with the following address: https://0.0.0.1/ showing this message: An error occurred during a connec… (xem thêm)

Every time I open a new tab, another extra tab opens automatically with the following address: https://0.0.0.1/

showing this message: An error occurred during a connection to 0.0.0.1.

I already re-installed Firefox but this bug keems popping up.

BTW: I did not do a d*** thing. It just started yesterday and is extremely annoying!

Được hỏi bởi michael686 2 tuần trước

Lần cuối trả lời bởi cor-el 1 tuần trước

Firefow shortened amount of available homepage shortcuts

Firefox decided to remove the total amount of homepage shortcuts. For months, it allowed for 4 rows and 8 columns, with blank "Add Shortcut" shortcuts. This allowed me to… (xem thêm)

Firefox decided to remove the total amount of homepage shortcuts. For months, it allowed for 4 rows and 8 columns, with blank "Add Shortcut" shortcuts. This allowed me to organize or split my shortcuts better. This morning, it decided to move all shortcuts together. As per the "Before" and "After" screenshots attached.

Usual disclaimers: Firefox 125.0.1 (64-bit) on Windows 10 No Config edits No extensions currently installed manipulate, affect or otherwise influence shortcuts

Please advise.

Được hỏi bởi RC PD 2 tuần trước

Lần cuối trả lời bởi zeroknight 1 tuần trước

Picture-in-picture since recent YouTube update keeps closing.

Picture-in-picture since recent YouTube update keeps closing. Is there way i could configure in about:config to never close and always stay open even if page refreshes an… (xem thêm)

Picture-in-picture since recent YouTube update keeps closing. Is there way i could configure in about:config to never close and always stay open even if page refreshes and have it move the video play back always to the Picture-in-picture window ? If not could this be made a feature in a future update ?

YouTube especially been annoying to Firefox users, cos it keeps refreshing the whole page breaking stuff every time it plays the video, as well have issues with looping videos even tho they are already fully buffered, making entire YouTube experience as frustrating as possible as encouragement to switch to chrome, which i refuse for obvious reasons.

Anything i can do on my end ? If tested if this happens in incognito mode as well with all extensions disabled in private windows, no change of behavior.

Btw this happens on the new YouTube interface with no way to get back to the old interface, cos it keeps the annoying features of the old interface even if you try to re position stuff using hacky ways like extensions that do so, which of course break stuff even further. I just want Picture-in-picture to remain open, and to play current video in picture-in-picture that is playing automatically.

Btw the Picture-in-picture experience with chrome or chrome based browsers is absolutely horrible, giving me even more reasons to stay on Firefox besides privacy related issues and other issues.

Được hỏi bởi Muppet 2 tuần trước

Lần cuối trả lời bởi zeroknight 2 tuần trước

Proton Emails Don't Show Attached Inline Pictures

Windows 11 Firefox browser 125.0.1 In Proton Mail, when I receive an email with an picture attached inline, I get the following error message: "Your browser could not ve… (xem thêm)

Windows 11 Firefox browser 125.0.1

In Proton Mail, when I receive an email with an picture attached inline, I get the following error message: "Your browser could not verify the remote server's identity. The image might be hosted using the http protocol." Is this issue with settings in Proton or Firefox? How do I fix this? See image below. Thank you.

Được hỏi bởi 2doxiedad 2 tuần trước

Lần cuối trả lời bởi cor-el 2 tuần trước

Website is not opening

Hi, The website below is not opening in Firefox but in Chrome. What setting is missing in Firefox? https://de.yvesdelorme.com/ … (xem thêm)

Hi,

The website below is not opening in Firefox but in Chrome. What setting is missing in Firefox? https://de.yvesdelorme.com/

Được hỏi bởi Stefan Manthey 2 tuần trước

Lần cuối trả lời bởi cor-el 2 tuần trước

Change Firefox filename pattern for Take Screenshots

Firefox can take screenshots of pages or screenshots of custom areas of pages. According to the documentation, when we download the image, the filename should follow the… (xem thêm)

Firefox can take screenshots of pages or screenshots of custom areas of pages.

According to the documentation, when we download the image, the filename should follow the pattern: Screen Shot yyy-mm-dd at hh.mm.ss.png. If I use the :screenshot at the console, the pattern works as documented.

But Firefox is using a different pattern when I choose Take Screenshot from the context menu. The pattern includes the page's title. Example: Screenshot 2024-04-14 at 18-35-16 General ‹ Settings ‹ Geomaster Lda — WordPress.png.

Since the page title can have non common filename characters, I have problems with such filenames. My uploads to MediaWiki fails with such filenames. I know I can report or improve MediaWiki, but my question here is quite simple.

Can I change the Firefox's default pattern for Take Screenshot's downloads?

Được hỏi bởi Jorge Gustavo Rocha 2 tuần trước

Lần cuối trả lời bởi jonzn4SUSE 2 tuần trước