Kukhonjiswa imibuzo ethegiwe: Veza 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 kabanzi)

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 ezinsukwini ezidlule

Last reply by jscher2000 - Support Volunteer 1 usuku oludlule

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 kabanzi)

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 1 usuku oludlule

Clicking on link opens new tab but never gets to the site

When I click on any link, Firefox opens a new tab but the site will never come up. I've tried Troubleshoot mode and refreshing Firefox but something in one of the rece… (funda kabanzi)

When I click on any link, Firefox opens a new tab but the site will never come up.

I've tried Troubleshoot mode and refreshing Firefox but something in one of the recent updates has caused me to not be able to click on any link and have it open. Troubleshoot mode will solve the problem for a couple of clicks and then the problem returns even while still in troubleshoot mode. Firefox has become unusable at this point but I'd like to go back. Please help.

Asked by Michael Kohn 1 usuku oludlule

Java Script

When I see a highlight reference to browser settings: Java Script enabled; otherwise Firefox wont operate properly. How to know Java Script is not enabled (vice-versa). I… (funda kabanzi)

When I see a highlight reference to browser settings: Java Script enabled; otherwise Firefox wont operate properly. How to know Java Script is not enabled (vice-versa). I'm not sure that I have seen a switch Or toggle to know JS is On/Off

Asked by rx420 1 usuku oludlule

Bankid and Error code BID-5000

When logging in to the online bank at DNB with Bankid, this error appears: "A communication error has occurred. We are experiencing a communication error between your br… (funda kabanzi)

When logging in to the online bank at DNB with Bankid, this error appears:

"A communication error has occurred. We are experiencing a communication error between your browser and the user site. The reason may be slow internet or problems with your browser. Try again in a little while. You can also try to delete cookies and browser data in your browser or try a different browser. Error code BID-5000 Reference DXP4VKOE Date 12/06/2024"

No other browsers show this error. I've tried Edge, Chrome, Vivaldi, Brave, CC Cleaner. The error starts after version 125.0.3. Today a new version 127.0 arrived. The same error appears.

I have uninstalled the latest version and reinstalled version 125.0.3. Then no error message appears. I have deleted cookies and browser data, but the error message persists. To your info, I've tried also on other PC's and the same Firefox version, and the same errormessage appear.

I look forward to you having a solution to the problem, otherwise I will have to use browsers that do not show this error. As I prefer Firefox, I don't want to use other browsers. But if the bug can't be identified and fixed in newer versions, I'm not happy with firefox and will use other browsers..

Asked by eiroed 1 usuku oludlule

Last reply by NoahSUMO 1 usuku oludlule

Session lost after update

session is completely gone. I tried to restore it via various help articles and forum posts but without success. I see a stg-backups-ff-126.0.1 fodler in my download fo… (funda kabanzi)

session is completely gone. I tried to restore it via various help articles and forum posts but without success.

I see a stg-backups-ff-126.0.1 fodler in my download folder which contains information about tabs that I had open. But I don't know how to use firefox to use that file.

I alos tried to the \sessionstore-backups folder with files named like "previous.jsonlz4" but I do not get the menu option for restoring a session.


from a file named "error-sessionrestore-1718212432477.txt": 1718212432149 SessionStore ERROR The session file is invalid: : TypeError: state.windows[0] is undefined(resource:///modules/sessionstore/SessionStore.sys.mjs:1163:11) JS Stack trace: initSession@SessionStore.sys.mjs:1163:11 onBeforeBrowserWindowShown/<@SessionStore.sys.mjs:2035:35

Asked by stephan.roesener 1 usuku oludlule

Last reply by jscher2000 - Support Volunteer 1 usuku oludlule

Porn popped up! How do I protect my family

I was scrolling trying to make cards for Father's Day and there was a pornographic image where there should have been a fairytale castle coloring page. How do I make sur… (funda kabanzi)

I was scrolling trying to make cards for Father's Day and there was a pornographic image where there should have been a fairytale castle coloring page. How do I make sure this does not happen again?

Asked by Kelly Coyne 1 usuku oludlule

Last reply by jscher2000 - Support Volunteer 1 usuku oludlule

ClassicPress password reset links not working when clicking links from mail using Firefox Dev edition

Hi, I use ClassicPress (fork of WordPress) and I have a problem when requesting a password reset link for it. When opening the email received to reset password in the f… (funda kabanzi)

Hi,

I use ClassicPress (fork of WordPress) and I have a problem when requesting a password reset link for it.

When opening the email received to reset password in the firefox dev edition browser and click the reset link I receive an error stating that the link is invalid.

I discovered by trial and error that copying the same link and pasting it manually in a new tab of the same firefox dev edition browser solves the issue because then the link is recognised as valid.

This happened after the update I received last week.

I am a linux mint user if that helps in tracking down the issue.

Asked by elisabetta.marina.clelia 1 usuku oludlule

Last reply by jscher2000 - Support Volunteer 1 usuku oludlule

a second browsing tab crashes

If I open a second tab on the screen it says the connection has crashed and keeps doing it if you try again. If you reset it resets Firefox including the other tab. … (funda kabanzi)

If I open a second tab on the screen it says the connection has crashed and keeps doing it if you try again. If you reset it resets Firefox including the other tab.

Asked by Alan 1 isonto elidlule

Last reply by jscher2000 - Support Volunteer 1 usuku oludlule

  • Kusonjululiwe

Particular Images not Shown with FF on Linux

Hi, more Details concerning the problem you can see here ! It should be great if you could help us with some diagnostics, for example why the problem only appears … (funda kabanzi)

Hi,

more Details concerning the problem you can see here ! It should be great if you could help us with some diagnostics, for example why the problem only appears with FF on Linux, not with FF on WIN.

STR:

  1. Launch Linux FF
  2. Visit this page "Potential issue with plugin PITM" (Preview here
  3. Because you will need an Account for visiting account please follow "Konto eröffnen" (Create Account) instructions).
  4. After my approval for the account please visit again "Potential issue with plugin PITM"
  5. Click "1.png" Below heading "Attachments", that should work without problems.
  6. Close image view
  7. Move Mouse pointer to image below heading "My test with a screenshot" – should become magnifier
  8. Now Click that image
  » Expected (and so it does with WIN): Big image opens in new TAB
  » Actual:  New TAB opens, but without image view.

What are your results? FF Linux Problem or something else?

Asked by Rainer Bielefeld 2 ezinsukwini ezidlule

Answered by Rainer Bielefeld 1 usuku oludlule

Zoom Meeting Recording Playback Issue

Few days ago I started to have issues with Zoom Meeting recordings playback. When I open the video it clocks but doesn't start playing. I never had this issue before. Zoo… (funda kabanzi)

Few days ago I started to have issues with Zoom Meeting recordings playback. When I open the video it clocks but doesn't start playing. I never had this issue before. Zoom support cannot replicate this issue. They say everything works for them.

I cleared cache and history, restarted my computer but that didn't do anything for me - video still clocks. Playback works fine on Chrome. Somehow playback on Firefox stopped working for me. I am using the latest version.

Please help

Asked by irinafinkler 1 usuku oludlule

  • Kusonjululiwe

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 kabanzi)

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 1 usuku oludlule

Answered by TyDraniu 1 usuku oludlule

  • Kusonjululiwe

The browser does not open normally.

In English, the meaning of this error is: Title: Configuration error Content: Failed to read configuration file. Please contact your system administrator. I had this err… (funda kabanzi)

In English, the meaning of this error is: Title: Configuration error Content: Failed to read configuration file. Please contact your system administrator.

I had this error for a long time. But it's not too serious. Just hit ok and I can use all the recovery tabs as before without any problems. But every time I open windows and open the browser, this message appears. I feel very uncomfortable and tired without knowing why. Even reinstalling the browser didn't fix the problem, I tried it before and lost my favorite browser theme. And 1 more thing if someone can explain. If it can't read the configuration file, how can I still use the browser? What does that configuration file do?

This message only appears when I have not opened the Firefox browser on my computer. If I already have the tab, I can open another firefox browser without that message appearing. Only when I close all tabs. Open it again and it will appear. And click ok to use normally.

Asked by Jok Holk 1 usuku oludlule

Answered by Jok Holk 1 usuku oludlule

  • Kusonjululiwe

Keyboard shortcut to copy current tab URL

Is there a way to create a new keyboard shortcut to copy current tab URL? I've been using Arc to try some of their features, and what I miss the most is the hability to … (funda kabanzi)

Is there a way to create a new keyboard shortcut to copy current tab URL?

I've been using Arc to try some of their features, and what I miss the most is the hability to copy current URL to share without touching the mouse.

Asked by Sebastian 1 usuku oludlule

Answered by jscher2000 - Support Volunteer 1 usuku oludlule

Firefox picture in picture problem and crashes

Hi I recently upgraded to win 11 and was so happy that god listened to me and you've added PIP to your browser!!!!!! but I have few problems.... most of them I fixed on m… (funda kabanzi)

Hi I recently upgraded to win 11 and was so happy that god listened to me and you've added PIP to your browser!!!!!! but I have few problems.... most of them I fixed on my own... I have the latest release and I'm using for now the developer edition. I used the regular too but I thought that the developer edition will be more stable. and its not... I needed to buy a new graphics card GTX 4060 OC 8GB just so I can see all the streams smooth without lagging I needed to upgrade to 24GB (I had 12) memory so Firefox will not crash my computer all the time. your memory consumption problem is ridicules!!! :(((( added a screen shot I have i7 4 cores. i ordered Intel XEON X5675 6 cores it should arrive in a few days just so it will be more stable. 1.from time to time it still crashes (submitted my crash report just now) its closing streams and i don't know why. is it Firefox? is it the stream website? is it my computer?? how can i pinpoint the problem?? 2. I'm seeing multiple live streams usually 6 or more with PIP , I'm organizing the layouts so that I can see them all together. I've sent you a screen shot. for some reason the streams windows keeps centering themself to the borders of the actual screen its driving me nuts. like it has a mind of its own. I keep moving it beyond the border so i can see al the streams but after a minute or two it keeps moving back to the actual screen border. sometimes it doesn't move. its like AI is controlling when it moves and when it stays. is there a way that a computer program!! will listen to my command instead of having a mind of its own and moving my stuff to where he wants too?? is there a fix to it???

Asked by cameltospace 1 usuku oludlule

Stop pop-ups from a specific site when I'm not even on that site

Almost daily on Firefox, I get pop-ups like the one shown in the attached image. I have, a few times, bought items on MrTortilla's website and that's fine. What I don't… (funda kabanzi)

Almost daily on Firefox, I get pop-ups like the one shown in the attached image. I have, a few times, bought items on MrTortilla's website and that's fine. What I don't want it pop-ups from them daily when I'm not even on their site. Where do I go in Firefox to say, "I'm not open to pop-ups from this site"? Somehow it must be listed as okay. Please don't tell me to delete all cookies because I like the prefills from most of them. If there's a specific cookie I need to delete, please explain how to get to that. Hopefully, it's just a setting somewhere of sites that are allowed to send pop-ups and I can be guided there to remove mrtortilla.com from that list. Thanks!

Asked by improv 1 usuku oludlule