Ibonisa imibuzo ethegiweyo: Bonisa yonke imibuzo

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… (funda okungaphezulu)

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 2 kwiiveki ezidlulileyo

Last reply by jscher2000 - Support Volunteer 2 kwiiveki ezidlulileyo

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… (funda okungaphezulu)

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 2 kwiiveki ezidlulileyo

  • Esonjuliweyo

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… (funda okungaphezulu)

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 2 kwiiveki ezidlulileyo

Answered by TyDraniu 2 kwiiveki ezidlulileyo

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… (funda okungaphezulu)

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 2 kwiiveki ezidlulileyo

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… (funda okungaphezulu)

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 2 kwiiveki ezidlulileyo

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… (funda okungaphezulu)

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 2 kwiiveki ezidlulileyo

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… (funda okungaphezulu)

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 2 kwiiveki ezidlulileyo

Last reply by cor-el 2 kwiiveki ezidlulileyo

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 … (funda okungaphezulu)

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 3 kwiiveki ezidlulileyo

Last reply by cor-el 2 kwiiveki ezidlulileyo

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… (funda okungaphezulu)

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) 3 kwiiveki ezidlulileyo

Last reply by cor-el 2 kwiiveki ezidlulileyo

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… (funda okungaphezulu)

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 2 kwiiveki ezidlulileyo

Last reply by cor-el 2 kwiiveki ezidlulileyo

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… (funda okungaphezulu)

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 1 kwinyanga edlulileyo

Last reply by cor-el 2 kwiiveki ezidlulileyo

mylotto.co.nz is blocking Firefox browser and has been for months

The website mylotto.co.nz has been blocking Firefox for many months now and when I rang them to find out what the problem is they just say they are having problems but it… (funda okungaphezulu)

The website mylotto.co.nz has been blocking Firefox for many months now and when I rang them to find out what the problem is they just say they are having problems but it was obvious that the person there was reading a script and fobbing me off. This has been going for many months now a problem would have been fixed by now. I would like to know if you can bring pressure to bear on them to get reinstated again. I have attached a screenshot of the message from their site. Thanking you. Murray

Asked by murjan5 3 kwiiveki ezidlulileyo

Last reply by TyDraniu 3 kwiiveki ezidlulileyo

  • Esonjuliweyo

Used forgot about this site for reddit and now I cant acccess the site at all

Recently I used the forgot about this site for reddit, but when I try to click on a link from either my bookmarks or from a web search I keep on getting. [The page isn’t … (funda okungaphezulu)

Recently I used the forgot about this site for reddit, but when I try to click on a link from either my bookmarks or from a web search I keep on getting. [The page isn’t redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies.]

Not exactly sure what causes this or how to fix it.

Asked by Blaze 3 kwiiveki ezidlulileyo

Answered by Blaze 3 kwiiveki ezidlulileyo

Cloudflare Problems!

Soooo! everytime I try to open cloudflare, no matter what site it comes from, the connection refuses to go through and I'm only having this problem on firefox, I came fro… (funda okungaphezulu)

Soooo! everytime I try to open cloudflare, no matter what site it comes from, the connection refuses to go through and I'm only having this problem on firefox, I came from opera gx, had no problems with cloudflare till now!

Im using 4 extensions DarkReader Adblock https://getadblock.com/en/installed/?u=uzzl0uyf19852316&lg=en-US&an=adblockfirefox&av=6.2.0&ap=firefox&apv=126.0.1&p=gecko&pv=126.0 Return youtube dislike Tapermonkey I click the box to Verify that I am human on cloudflare keeps trying to connect, after 30 seconds the site just reloads asking me to click the box again. this repeats non stop.

Asked by ac.marino125 3 kwiiveki ezidlulileyo

Last reply by ac.marino125 3 kwiiveki ezidlulileyo

Current page jumps to new random URL when I export an excel file

Roughly 90% of the time I am using firefox to access and export excel files from a site used for the back end of our point of sale system, the tab I am exporting from jum… (funda okungaphezulu)

Roughly 90% of the time I am using firefox to access and export excel files from a site used for the back end of our point of sale system, the tab I am exporting from jumps to a random URL (usually for a utility company I use to pay utility bills through). I have to go back several pages to get back to the original. It is totally problematic, and fairly random and often the utility company URL will vary; sometimes it's the gas company, sometimes it's the power company....occasionally the internet service provider).

Asked by dadforthedub 3 kwiiveki ezidlulileyo