Firefox desktop keep asking to login on my own webpage

The problem occures only with firefox desktop. If I try it with Safari, I don't have this issue. My website is asking me to log in? These problems are recognised by Goo… (emoñe’ẽve)

The problem occures only with firefox desktop.

If I try it with Safari, I don't have this issue.

My website is asking me to log in? These problems are recognised by Google and therefor they don't display my ads?

Thanks for your help.

Oporandu asv2Ojapo 22 aravo’i

Firefox and transparent taskbar. Windows 10

Hello. After updating to Firefox 138.0 (20250421163656), an issue has appeared that causes incorrect transparency behavior in the taskbar. The problem is that Firefox exp… (emoñe’ẽve)

Hello. After updating to Firefox 138.0 (20250421163656), an issue has appeared that causes incorrect transparency behavior in the taskbar. The problem is that Firefox expands to full screen but continues to operate in windowed mode. After enabling full-screen mode (F11), the issue disappears until the next interaction with the browser. Nothing critical, just a bit annoying.

Oporandu PikoTof1kOjapo 3 aravo

Mbohovái paha PikoTof1kOjapo 2 aravo mba’e

WebRTC Not Supported Error

Hello, After updating Firefox to version 137, I can no longer stream my webcam using the webrtc protocol. I have the latest version of Firefox installed. The website su… (emoñe’ẽve)

Hello,

After updating Firefox to version 137, I can no longer stream my webcam using the webrtc protocol. I have the latest version of Firefox installed. The website suggests using chrome, microsoft edge or safari. Has webrtc been disabled?

Thanks,

Oporandu underscore_Ojapo 2 aravo

Browser doesn't react to clicks on certain sites..

I updated Firefox to version 138 yesterday. I use Linux Ubuntu. Now, this has occurred to me twice. Browser stops reacting to mouse clicks on certain sites(Noble Horse C… (emoñe’ẽve)

I updated Firefox to version 138 yesterday. I use Linux Ubuntu.

Now, this has occurred to me twice. Browser stops reacting to mouse clicks on certain sites(Noble Horse Champion, Flight Rising) after hours of browsing and I have to use right-click to navigate on those sites.... until I restart browser. I tried to close tab and refresh tab when these problems occurred.

I think this is clearly browser problem(because clicked areas are on browser, not tabs), not problem in sites itself, because problem manifested itself after hours of browsing, not immediately.

Oporandu Heta RikalaOjapo 4 aravo

Lagging Issues While Playing Krunker.io on Firefox – Any Fixes?

Hi everyone, I’ve recently started playing Krunker.io (a browser-based FPS game), but I’m facing a lot of lag and stuttering in Firefox. The game runs fine for a few min… (emoñe’ẽve)

Hi everyone,

I’ve recently started playing Krunker.io (a browser-based FPS game), but I’m facing a lot of lag and stuttering in Firefox. The game runs fine for a few minutes and then randomly starts slowing down — especially during fast action scenes.

I’ve tried the basic stuff like:

Updating Firefox

Using private window mode

Closing other tabs

Enabling hardware acceleration

But the issue still comes back, especially when I play for more than 10–15 minutes. Has anyone else experienced this with browser games on Firefox? Any tweaks or settings you recommend to improve performance?

Thanks in advance! 😊

Oporandu DigitalRayOjapo 15 aravo

Firefox on galaxy android

I use my cell to login to most of my sites but, something happened and now when I click on opening web pages on my mobile, to login with remembered info, I get a fingerpr… (emoñe’ẽve)

I use my cell to login to most of my sites but, something happened and now when I click on opening web pages on my mobile, to login with remembered info, I get a fingerprint sign and text that reads to unlock Firefox!

Oporandu D.WittOjapo 18 aravo

this just makes things a little more difficult

firefox did an update this morning when I selected a link on a trusted email. Went as normal but I have lost my homepage. All I have is a blank page where I used to have … (emoñe’ẽve)

firefox did an update this morning when I selected a link on a trusted email. Went as normal but I have lost my homepage. All I have is a blank page where I used to have my most used searches and links. All gone blank page (still have bookmarks drop down) Is this the new look? how can I get my homepage back please? Thanks Stephen

Oporandu shay1000Ojapo 20 aravo

April 29th update to firefox ESR has broken viewing streams on twitch.tv

I confirmed this problem on two separate computers(windows 7 and windows 11) and version 115.23.0 of Firefox ESR can not properly play streams on twitch.tv Audio will pl… (emoñe’ẽve)

I confirmed this problem on two separate computers(windows 7 and windows 11) and version 115.23.0 of Firefox ESR can not properly play streams on twitch.tv

Audio will play, but the video does not load with only a black screen with question mark icon replacing video feed.

Oporandu explode337Ojapo 20 aravo

Windows Task Bar Will Not Pop Up In Firefox Window

I have my Windows Task Bar set to collapse when the mouse is not over it. When I first open the Firefox browser, I cannot get my Windows Task Bar to pop up when I hover … (emoñe’ẽve)

I have my Windows Task Bar set to collapse when the mouse is not over it. When I first open the Firefox browser, I cannot get my Windows Task Bar to pop up when I hover my mouse over the bottom of the screen.

If I reduce the size of the Firefox window and then expand it back to full size the Task Bar will again operate normally by popping up when I hover the mouse over the bottom of the screen and then collapsing again when I move away.

This didn't start happening until after the last couple of updates.

Oporandu rwf2Ojapo 22 aravo

Cannot log onto YouTube or Google account on Firefox or Edge, but it works on Chrome

When trying to log onto YouTube on my Windows 11 laptop through Firefox or Edge, I input my name & password then Google says, "Couldn't sign you in. Google couldn't v… (emoñe’ẽve)

When trying to log onto YouTube on my Windows 11 laptop through Firefox or Edge, I input my name & password then Google says, "Couldn't sign you in. Google couldn't verify this account belongs to you." I was on fine yesterday. I can get on with some other gmail accounts that I have, but my main gmail account only works on Chrome now.

Oporandu lisatbuyOjapo 23 aravo

Firefox blocks POST request to a remote server with self-signed certificate and IP in address - MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT

Hello, a locally hosted application has a web interface which tries to send a data (POST request) to a remote resource (which is under my control) yet the web browser (Fi… (emoñe’ẽve)

Hello, a locally hosted application has a web interface which tries to send a data (POST request) to a remote resource (which is under my control) yet the web browser (Firefox ESR 128.9.0esr) blocks this resource request saying in a developer console (F12) this:

  • NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_SECURITY, MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT)
  • Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://myRemoteServerIP/request.php. (Reason: CORS request did not succeed). Status code: (null).

I suspect that the CORS blocking is a result of the first (SSL) error, AI also told me that I can configure my remote server/resource (e.g., using Apache, Nginx, or PHP) to include the necessary CORS headers in its responses and indeed the remote server of mine has such lines inside a PHP script that is receiving the request: header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: POST'); header('Access-Control-Allow-Headers: *');

The remote resource (server) is using self-signed SSL certificate and it is referenced using IP instead of a domain name.

When I try to do the same request via Private browsing window (without extensions), there is no NS_ERROR about self-signed cert. but only CORS one. When I try browser Librewolf 137.0.2-1 (my FF version is older: 128.9.0), the request is NOT blocked, is OK..

My main aim is not to avoid blocking in my browser, but in all main browsers for everyone.

Is it so that this kind of blocking is default behavior in browsers? Is there please any way to avoid that, beside getting a domain name and CA signed SSL certificate?

Oporandu #367259Ojapo 1 ára

United.com after login keeps recycling on Firefox

bold textUnited.com after login keeps recycling on Firefox even after we input all info, and it opens up a few seconds later, closes and asks again for login or simply … (emoñe’ẽve)

bold textUnited.com after login keeps recycling on Firefox

even after we input all info, and it opens up a few seconds later, closes and asks again for login or simply it keeps on going in and out

Oporandu almcorp1Ojapo 1 ára

Ratings checker

I'm not sure what category this is under, but there used to be a side window that would come up for me when I would be shopping on Amazon which would check the ratings of… (emoñe’ẽve)

I'm not sure what category this is under, but there used to be a side window that would come up for me when I would be shopping on Amazon which would check the ratings of the product and let me know by a letter grade whether or not the ratings are reliable. That side window no longer shows up after this latest update. How can I get that back? It was very useful in helping me decide which product to chose!

Oporandu Susie WaddellOjapo 1 ára