Prikaz označenih pitanja: Prikaži sva pitanja

pages don load or dont load complete, after a reinstall

hi, i had to reinstall all my windows , after that whit the new fire fox reinstalled , many pages that load well now they dont , problems of autenticitcity, broken page p… (pročitajte više)

hi, i had to reinstall all my windows , after that whit the new fire fox reinstalled , many pages that load well now they dont , problems of autenticitcity, broken page page icon over images.

in my tablet and phone dont the same pages load well and in the computer too before the reinstall.

thanks

Asked by rotdragao prije 1 sedmicu

Last reply by jonzn4SUSE prije 1 sedmicu

Firefox does not load any site

Hi. I just hoped on my computer and firefox seems to not want to load any site. Somehow this support page is the only thing that seems to be working. My other browsers su… (pročitajte više)

Hi. I just hoped on my computer and firefox seems to not want to load any site. Somehow this support page is the only thing that seems to be working. My other browsers such as Chrome is working perfectly fine, I'm able to search whatever & watch videos no problem so it does not appear to be a wifi issue...

Everything I search on firefox leads to a blank page that doesn't appear to be loading no matter how long I leave it for. The menu button in firefox does not work either

I've tried: - Restarting the computer several times - Turning off Anti-Virus - Clearing cookies & data

I've attached screenshots of what it looks like whenever I try to search for something... Looking to hear of any solutions you may have!

Asked by imauxetic prije 2 sedmica

Firefox Broken on Treasury Direct Login Page

This site: https://www.treasurydirect.gov/log-in/ When you click "Next" button it opens in a new tab the following URL: https://www.treasurydirect.gov/RS/UN-Display.do… (pročitajte više)

This site:

https://www.treasurydirect.gov/log-in/

When you click "Next" button it opens in a new tab the following URL:

https://www.treasurydirect.gov/RS/UN-Display.do

Produces a "page not found" error. Works perfectly on Chromium, Chrome & Vivaldi.

Asked by Derek Christiansen prije 2 sedmica

Last reply by Derek Christiansen prije 2 sedmica

YouTube videos randomly buffering

Hey folks, I've been noticing something peculiar with Firefox that's been bothering me lately. Whenever I try to watch videos on YouTube in resolutions above 1080p, they … (pročitajte više)

Hey folks, I've been noticing something peculiar with Firefox that's been bothering me lately. Whenever I try to watch videos on YouTube in resolutions above 1080p, they tend to randomly buffer. It's quite frustrating, especially when I know my internet connection is stable and other browsers don't seem to have this issue. Has anyone else experienced this problem with Firefox? And if so, do you have any tips or solutions to share? Thanks in advance for any insights!

Asked by ThanosZ97 prije 1 mjeseci

Last reply by ThanosZ97 prije 2 sedmica

Fox News Digital - With the release of FireFox Fox News Digital Article comments are not displaying

I have been trying to read article comments on Fox News Digital (https://www.foxnews.com), but the comments are not showing up. I am using a MacBook Air with Sonoma 14.1.… (pročitajte više)

I have been trying to read article comments on Fox News Digital (https://www.foxnews.com), but the comments are not showing up. I am using a MacBook Air with Sonoma 14.1. I am using FireFox latest edition and have updated FireFox but comments are still not showing up. Comments do display in Safari logged in to foxnews.com or not. I would put a jpg in this request for assistance, but it wouldn't show much just a white space where the comments should be.

Asked by tipsntricks prije 2 sedmica

  • Riješeno

Amazon loads slowly or not at all; all other sites are fine

Hi! I'm using Firefox 126.0 on Fedora 39. Pages from Amazon.co.uk load very slowly, incompletely, or not at all. All other Web sites are fine. I had a couple of certi… (pročitajte više)

Hi! I'm using Firefox 126.0 on Fedora 39.

Pages from Amazon.co.uk load very slowly, incompletely, or not at all. All other Web sites are fine.

I had a couple of certificate-related errors saying that the identity of the site couldn't be verified, but I can't reproduce the problem, so I can't quote the exact wording, I'm afraid.

The same Amazon pages load properly in Chrome on the same machine, and they load properly in Firefox in a VM on the same machine. That tells me network connectivity must be fine.

I've tried disabling all extensions, reverting to the default theme, running in Troubleshoot Mode, clearing cookies and site data, clearing the startup cache, disabling hardware acceleration, and creating a new profile. The new profile helps slightly, in that it loads more of the page before getting stuck. Nothing else helps at all.

I'd prefer not to refresh Firefox if I can avoid it, because I don't want to lose all my plugins and settings. This installation is five years old. Besides, a new profile didn't fix the problem.

What's the next thing to try? I'd really appreciate any ideas.

Asked by markus.laker prije 2 sedmica

Answered by markus.laker prije 2 sedmica

Using Node Express-Sessions to set cookie "httpOnly: true, secure: true, SameSite: "None" FF blocks authorization

My web site My web site allows user to login with .ejs Sign-up/Sign-in pages then delivers a React page. This works in Chrome and Safari. Https/SSL are provided by my ho… (pročitajte više)

My web site My web site allows user to login with .ejs Sign-up/Sign-in pages then delivers a React page. This works in Chrome and Safari. Https/SSL are provided by my host A2Hosting.

Firefox warns "Cookie “connect.sid” does not have a proper “SameSite” attribute value" when the cookie is set and then blocks the react page after login. If I enter the route that leads to the react page directly I can login and don't get the warning. In both cases the Storage tab in Dev tools shows the same settings for the cookie.
I made sure to remove any cookies for my site before testing the second scenario. I have tested this on Windows, Linux and Android versions of Firefox with the same results.

Here is my Express-Session instantiation ``` app.use(expressSession({

 store: new pgSession({
   pool: pool,
   tableName: 'session'
   // Insert connect-pg-simple options here
 }),
 secret: process.env.SECRET,
 resave: false,
 saveUninitialized: false,

cookie: {

   httpOnly: true,
   Secure: true,
   SameSite: "None",
   path: ['/'],
   maxAge: 60 * 60 * 1000 * 5
 }
 // Insert connect-pg-simple options here

})) ``` I've tried changing the path to include the react app route, I've added it to Cors white list and I converted it to open with an .ejs file instead of .html with no results.

Thanks for your support and for a great browser

Asked by rich.rhaskell prije 2 sedmica

Last reply by jscher2000 - Support Volunteer prije 2 sedmica

Google Image Search: can't use tools (size, type etc)

Since the last Firefox update, I've been unable to to use the tools in Google Image Search (size, color, type etc). The text and triangles are now no longer clickable. T… (pročitajte više)

Since the last Firefox update, I've been unable to to use the tools in Google Image Search (size, color, type etc).

The text and triangles are now no longer clickable. They're all plain text and the triangle doesn't do anything.

The reason I believe this is a Firefox issue is that it's still working properly in Safari (see second image).

Is this something Firefox is working on? Or am I wrong and it's something on my end? Never had an issue before this week and I've been using the same computer with all the same plugins as always.

Asked by conrad prije 2 sedmica

  • Riješeno

Linked image (via "src=") not displaying (FF 126.0.1 & 127.0)

Hi Guys, This is a recent hiccup and only seems to affect Firefox 126.0.1 & 127.0 (I'm running Win64 EME-free): I have a HTML file which displays images from variou… (pročitajte više)

Hi Guys,

This is a recent hiccup and only seems to affect Firefox 126.0.1 & 127.0 (I'm running Win64 EME-free):

I have a HTML file which displays images from various weather-cam websites, using the HTML "img src=" tag.

On previous versions of Firefox all was fine, however since 126.0.1 one image in particular will not display - it simply shows a broken image place-holder. Using MS Edge and Chrome, it displays correctly.

This is the image in question:

http://119.17.143.158:8777/Streaming/channels/102/picture/?auth=U1BDRzo1NG5keXAwMW50IQ==

I suspect it's something to do with the "auth=" 'key'?

Thanks in advance for any suggestions/assistance.

Mike.

Asked by rolands50 prije 2 sedmica

Answered by TyDraniu prije 2 sedmica

A problem opening a website in the Mozilla Firefox Community

Hello Mozilla Firefox Community, I hope you are well. I would like to report an accessibility issue with a website in Mozilla Firefox. When trying to load https://fafsa… (pročitajte više)

Hello Mozilla Firefox Community,

I hope you are well. I would like to report an accessibility issue with a website in Mozilla Firefox.

When trying to load https://fafsaprogram.com/ with Mozilla Firefox, the website is currently inaccessible. Despite multiple attempts, the site is unable to open, displaying an error message.

I tested the website on many devices and browsers, and it seems to load without any problems. This issue appears to be unique to Mozilla Firefox, though.

As a participant in the Mozilla Firefox community, I'm looking for help to fix this problem. In my opinion, it is imperative to guarantee that every website can be accessed using Mozilla Firefox in order to offer users a flawless online surfing experience.

Would you kindly look into this and offer any advice or ideas to deal with the issue? Your quick consideration of this matter would be much valued.

I appreciate your help and time.

Warm regards, Alox uilen

Asked by Alox Uilen prije 2 sedmica

Facebook Date/Time stamps not displaying on older posts

The first post on the Facebook page will always display the timestamp, none of the remaining posts display the timestamp - only a dot or period. The space for the timesta… (pročitajte više)

The first post on the Facebook page will always display the timestamp, none of the remaining posts display the timestamp - only a dot or period. The space for the timestamp is there and hovering the mouse over it will show the date and time (so the information is on the page, just not displaying).

I've tried all the CSS fixes, installed the stylus extension, created a userContent.css - essentially everything that seemed to help people a year ago. None of it fixed the problem. I've disabled ALL add-ons - made no difference.

I'm on Windows 7 pro x64, Firefox 115.12.0esr (64-bit). Chrome doesn't have this problem.

As far as I'm aware it started within the last day or two.

Asked by mayalucretia prije 2 sedmica

How to stop Firefox blocking populating parts of some websites.

On my Macbook (macOS Sonoma 14.5), Firefox blocks populating parts of some websites whereas other browsers don't. For example, on my J. Crew Factory website account, whe… (pročitajte više)

On my Macbook (macOS Sonoma 14.5), Firefox blocks populating parts of some websites whereas other browsers don't. For example, on my J. Crew Factory website account, when I click on "Order History," I get a blank page. Other browsers (Safari, Brave) correctly populate the info on my Order History. Why does Firefox block it?

Asked by jmm0255 prije 2 sedmica

Webpage keeps saying "The page was not displayed because the request entity is too large."

Whenever I try to load up the https://edfinancial.studentaid.gov/welcome login page, I keep getting a white page with "The page was not displayed because the request enti… (pročitajte više)

Whenever I try to load up the https://edfinancial.studentaid.gov/welcome login page, I keep getting a white page with "The page was not displayed because the request entity is too large." I was wondering if anyone had any idea on how to fix it so I can look at my student loans.

Asked by Timber prije 2 sedmica

Last reply by cor-el prije 2 sedmica

vertical lines for some graphics

Hi. I am getting vertical lines sometimes. I have included two screen shots. I have checked browser.display.document_color_use = 0, and it was zero. I have tired this in … (pročitajte više)

Hi. I am getting vertical lines sometimes. I have included two screen shots. I have checked browser.display.document_color_use = 0, and it was zero. I have tired this in Chrome and it works fine. And I tried in Firefox safe mode, and it still does these strange lines on some websites. I am running Windows 10, and have no other graphic issues except these lines. Websites are Windy.com and google maps. Thanks very much! James

Asked by jamescollier3 prije 3 sedmica

Last reply by cor-el prije 3 sedmica

im being redirected to the mobile site of my game.

ok what im having issues with is is kixeye.com.... instead of this site it keeps going to https://m.kixeye.com/. instead of www.kixeye.com. there is no option to chang… (pročitajte više)

ok what im having issues with is is kixeye.com.... instead of this site it keeps going to https://m.kixeye.com/. instead of www.kixeye.com. there is no option to change it to the desktop site like when im on my phone

any help rectifying this would be a great help

Asked by G G (Waspire) prije 3 sedmica

Last reply by cor-el prije 3 sedmica

DeveloperCommunity.visualstudio.com site not displaying content

When I try to access Developer Community from Visual Studio 2022 ('Send feedback' 'report a problem') the banner displays with selection items but no content is displayed… (pročitajte više)

When I try to access Developer Community from Visual Studio 2022 ('Send feedback' 'report a problem') the banner displays with selection items but no content is displayed. This has been a problem for several months (years maybe). I now have a problem that I cannot solve and I need to report it and I cannot if content is not displayed.

Asked by LeeRossCritchlow prije 3 sedmica

Last reply by cor-el prije 3 sedmica

When i click ctrl only ctrl on any tab its makes it smaller

When i click ctrl only ctrl its maeks tab smaller like ctrl + - but i only press ctrl also when i hold scroll i can smooth surf the tab now it dont work what i have to do… (pročitajte više)

When i click ctrl only ctrl its maeks tab smaller like ctrl + - but i only press ctrl also when i hold scroll i can smooth surf the tab now it dont work what i have to do?

Asked by harryharry1238 prije 2 mjeseci

Last reply by cor-el prije 3 sedmica