• Solved

Containers

I have recently installed the containers extension and have been having a bit of trouble with one site (the others are fine), which seems to originate from the manner in … (read more)

I have recently installed the containers extension and have been having a bit of trouble with one site (the others are fine), which seems to originate from the manner in which the site is structured. As it references new pages, they are often in a different URL. For example, you start in login.site.com, which then tries to load dashboard.site.com, but it fails authentication on dashboard.site.com because it opens in a different container. Which then tries to open the login.site.com page again, which displays the login page, but showing it tying to complete the original authentication. I have tried to add each step along the way, but without success. Is there a way to overcome this?

Asked by Alan 2 days ago

Answered by Alan 22 minutes ago

  • Solved

Firefox and log in at Allstate Insurance

Not sure if this is the correct topic selection but nothing offered above really fits. I tried to sign into my Allstate.com account today and kept getting error messag… (read more)

Not sure if this is the correct topic selection but nothing offered above really fits.

I tried to sign into my Allstate.com account today and kept getting error messages.

I called their tech department and they told me that Firefox has been notified a long time ago about this issue but has done nothing about it. I was told to use my email account instead of my user ID to get into my account via Firefox, but that if I do it that way, some functions still won't work on Firefox.

I was told that my Safari browser would work, and it does.

Not sure why Firefox refuses to fix this. This is crazy. I've also had problems signing in some other companies with Firefox recently where it used to work fine. It looks like they are just not keeping up with technology. I have the latest Firefox browser for my Macbook, but as companies update their sites, Firefox is staying behind. I prefer Firefox because of things like uBlock Origin, Enhancer for YouTube, and YouTube Watchmarker which I love, but I've had to use Safari more and more because of this issue.

Exactly how does one let Firefox tech know these things. They don't provide anyway to contact them which doesn't look good.

Asked by plantsower 3 days ago

Answered by jonzn4SUSE 19 hours ago

  • Solved

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //im… (read more)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Asked by phobrain 2 days ago

Answered by Paul 2 days ago

  • Solved

reddit blocks Firefox

macOS 15.6 Firefox 141.0.3 - my preferred browser I've seen a number of posts regarding this problem since the Firefox 141 update. I've tried a number of suggestions, al… (read more)

macOS 15.6 Firefox 141.0.3 - my preferred browser

I've seen a number of posts regarding this problem since the Firefox 141 update. I've tried a number of suggestions, although my problem seems slightly different.

I can apparently login to reddit OK but when I try to access a subreddit thread, a warning comes up - see image.

I have cleared Firefox site data, cookies, cached files, etc - problem remains.

I have restarted Firefox in Troubleshooting mode - problem remains, so not an extension.

However, https://old.reddit.com has no problems with Firefox, lets me access threads, etc and comment.

No problems accessing reddit with Safari or DuckDuckGo browser.

Asked by UKLarry 1 day ago

Answered by Paul 1 day ago

  • Locked

Poor FireFox function on desktop Apple

Mozilla - SICK TO DEATH - of a product that has poor or zero customer support. Now like FireFox. Been loyal to this Browser for many years and in return - zero customer … (read more)

Mozilla - SICK TO DEATH - of a product that has poor or zero customer support. Now like FireFox. Been loyal to this Browser for many years and in return - zero customer support. trying to sign up for THIS crap "help" not from FireFox of course, but from "VOLUNTEERS" so NOT Mozilla/FireFox and they don't get paid to help the company?? Bad biz all around.

Why do I have my time wasted "solving a problem" THAT SHOULD NOT HAPPEN IN THE FIRST PLACE??

"Signing Up" for this "help" group - typed in my email addy, chose a password, then received a "Code" to verify my email. Received ERROR message "Bad Request (400) from FireFox??? asked to be sent a NEW code - did that 3 times - receiving THE SAME EXACT BAD CODE 3 TIMES!! but oh, somehow I'm in to this "help" group anyway. How will I get in again?? or come back to check on answers WITH NO PASSWORD???

Anyone else have this type of deliberate Obstruction method of getting help?? This is NOT even the main issue I wanted to get help.

Asked by sunnykcarey1 1 day ago

Last reply by Paul 1 day ago

  • Solved

History wiped on exit with options not working as per requirements.

Ok so I usually choose these option to remember history and from time to time delete Browsing & download history and Temporary cached files and pages. https://asset… (read more)

Ok so I usually choose these option to remember history and from time to time delete Browsing & download history and Temporary cached files and pages.

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-06-28-08-45-55-a5277f.png

Note: I have "Open previous window and tabs" ticked in general settings which also has a restore previous session option in the history menu. This brings back previous session with tabs etc as is when I close FF. https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-06-28-08-45-51-cf2daf.png

I thought I could automate this on exit but don't think its working right. So I change the option to "use custom settings for history" and tick all three options:

Remember browsing and download history Remember search and form history Clear history when Firefox closes For "Clear history when Firefox closes" I ticked Browsing & download history and Temporary cached files and pages. https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2025-06-28-08-45-43-b10213.png

The issue is the restore session option is missing and FF opens with all previous tabs gone. I am frankly not even sure what else is missing such as cookies, site data etc. Is this meant to work like so?

Asked by Mrsash 1 month ago

Answered by jscher2000 - Support Volunteer 1 month ago

  • Solved

Images from canvas black or transparent: img.src = canvas.toDataURL(); // FF: 'image/jpeg'=black. Png,webp,default=transparent.

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution. The behavior is the same whether the served … (read more)

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution.

The behavior is the same whether the served image is jpg or webp. A Servlet delivers the image data, here in webp:

          response.setHeader("Content-Type", "image/webp");

On page, I use a canvas thus => see '// FIREFOX'

     var canvas = document.createElement( 'canvas' );
     canvas.width = width;
     canvas.height = avail_height;
     var context = canvas.getContext( '2d' );
     context.drawImage( imgsrc, 0, 0, width, avail_height);
     context.lineWidth = 150;
     // FIREFOX: canvas.toDataURL('image/jpeg')=black, png,webp,default=transparent
     img.src = canvas.toDataURL('image/jpeg');
     img.onmousedown = disableDragging; // for FF
     img.style.opacity = "1.0";
     console.log('setImg ok');

Inspecting a black jpeg:

        data:image/jpeg;base64,...

Thanks!

Asked by phobrain 4 days ago

Answered by phobrain 2 days ago

  • Locked

"Bookmarks" being placed in "Bookmarks" locaed unbder the Menu Tab

Greetings Ya'll, Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Applic… (read more)

Greetings Ya'll,

Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Application Menu" Tab.

I've found that the "New Bookmarks" can be "Dragged" as a copy to "Bookmarks", from the "Bookmarks" located in the menu, for they will stay there unless I delete them

I can not move the "Bookmarks" back to "Other Bookmarks"

Would I lose My Bookmarks, If I "Refresh" Firefox, as suggested in the "Troubleshooting Section? If there is a chance of this happening then that would Absolutely Be Catastrophic!!

"Give Firefox a tune up

The Refresh Firefox feature can fix many issues by restoring Firefox to its default state while saving your essential information. Consider using it before going through a lengthy troubleshooting process."

Asked by David DeBord 3 weeks ago

Last reply by Denys 2 days ago

  • Locked

"Other Bookmarks" being placed in "Bookmarks" located under the Menu Tab

Greetings Ya'll, Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Applica… (read more)

Greetings Ya'll, Firefox Bookmarks are no longer being initially placed in "Other Bookmarks, they are now being placed in the "Bookmarks" that is under the "Open Application Menu" Tab.

I've found that the "New Bookmarks" can be "Dragged" as a copy to "Bookmarks", from the "Bookmarks" located in the menu, for they will stay there unless I delete them

I can not move the "Bookmarks" back to "Other Bookmarks"

Would I lose My Bookmarks, If I "Refresh" Firefox, as suggested in the "Troubleshooting Section? If there is a chance of this happening then that would Absolutely Be Catastrophic!!

Asked by David DeBord 2 weeks ago

Last reply by Denys 2 days ago

  • Solved

Change location/folder to save Screenshots in.

The latest update 141.0 (64-bit) has changed my default save location from g.drive to users//downloads. How do I change it back to g.drive? I use Firefox synced between… (read more)

The latest update 141.0 (64-bit) has changed my default save location from g.drive to users//downloads. How do I change it back to g.drive? I use Firefox synced between 2 computers (1 desktop and 1 laptop). I use google drive so that I can access the same information on both devices. I NEED screenshots to be saved in a specific folder in g.drive. How do I do this. Before this update, there was not this issue. Thanks in advance.

Asked by Maggie 3 weeks ago

Answered by Bernard_B 3 weeks ago

  • Solved

Error code: PR_END_OF_FILE_ERROR

Clear Error code: PR_END_OF_FILE_ERROR This is only on Amazon.com. Secure Connection Failed An error occurred during a connection to www.amazon.com. PR_END_OF_FILE_… (read more)

Clear Error code: PR_END_OF_FILE_ERROR This is only on Amazon.com. Secure Connection Failed

An error occurred during a connection to www.amazon.com. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Learn more…

Asked by keithandrepont1936 2 days ago

Answered by Denys 2 days ago

  • Solved

Can't backup or copy profile since 141

Roughly every 2 weeks I backup important files to a external hard drive. One of the things I always backup is my Firefox profile. I have been doing this for years withou… (read more)

Roughly every 2 weeks I backup important files to a external hard drive.

One of the things I always backup is my Firefox profile. I have been doing this for years without any problems.

I 7zip my profile and copy it to the hard drive.

I tried to do this yesterday (July 25 2025), and was getting access denied messages for files in the profile. So I tried to simply copy the profile. Same thing access denied.

I cleared the history, used wise disk cleaner, rebooted my machine and tried again. Same thing access denied when trying to backup or copy the profile.

I am assuming that this is happening since 141 because I updated Firefox since the last time I backed up my profile, and never had a problem previously.

Could anyone have an idea what the problem is? Thank you for your time.

Asked by herhey99 3 weeks ago

Answered by herhey99 2 weeks ago