Kukhonjiswa imibuzo ethegiwe:

What to do ? Firefox does not let me to my webpages in my local homeserver

I have a home server 192.168.0.240 in my local network. Firefox does not let me in to my own pages. On the address line appears text "Not secure", I have found no way t… (funda kabanzi)

I have a home server 192.168.0.240 in my local network. Firefox does not let me in to my own pages. On the address line appears text "Not secure",

I have found no way to get in. I have there REALLY IMPORTANT TOOLS AND MATERIAL and I need it AS SOON AS POSSIBLE !!!!

This is really stupid. I have used these pages until this weekend. I have had this problem many years, but always found some way to make it work. I am NOT going to buy a certificate to every server I have home. it costs $$$$.

Solved 4 60

Migrating firefox from windows 10 to linux

I want to migrate everything from windows to linux, i've already synchronised browsers on both systems, but settings on linux didn't get overrided. How can i make browser… (funda kabanzi)

I want to migrate everything from windows to linux, i've already synchronised browsers on both systems, but settings on linux didn't get overrided.

How can i make browser on linux exactly the same as on windows (including settingd)?

Solved Okugcinwe kunqolobane 2 219

Sync firefox data to new computer.

I am trying to sync Firefox data to new computer. The Mozilla account only allows me to sync mobile devices. Online instructions do no match my version of Firefox 131.0.2… (funda kabanzi)

I am trying to sync Firefox data to new computer. The Mozilla account only allows me to sync mobile devices. Online instructions do no match my version of Firefox 131.0.2, Ubuntu 24.04.

Solved Okugcinwe kunqolobane 2 270

Firefox isn't allowing me to upload images almost anywhere

I am on endeavourOS (linux). Whenever I try to upload images for a profile picture to sites like youtube or X, the image becomes corrupted and doesn't upload correctly. I… (funda kabanzi)

I am on endeavourOS (linux). Whenever I try to upload images for a profile picture to sites like youtube or X, the image becomes corrupted and doesn't upload correctly. It did this with whatsapp too and I had to use a separate app for it. Other posts said that disabling "privacy.resistFingerprinting" would fix it, but it's already disabled.

Attached below are an example of this bug and the contents of this image when viewed on a text editor.

Solved Okugcinwe kunqolobane 6 346

Deleting Search History

I have searches from a year (or more) ago that are still popping up and I don't know why. I have done multiple clears of my entire history and individually removed old se… (funda kabanzi)

I have searches from a year (or more) ago that are still popping up and I don't know why. I have done multiple clears of my entire history and individually removed old searches when they pop up - they still keep coming back.

Solved Locked Okugcinwe kunqolobane 2 249

Can't log out of Mozilla Connect

After connecting and signing in to Mozilla Connect, it seems impossible to actually log out. There is a log out option in the dropdown menu, but it doesn't work. After "l… (funda kabanzi)

After connecting and signing in to Mozilla Connect, it seems impossible to actually log out. There is a log out option in the dropdown menu, but it doesn't work. After "logging out", when going back to the site one is automatically logged back in. This is true even after clearing all mozilla.org cookies, and closing the browser. If a different browser is used, first time access to the Mozilla Connect site requires username/email and password, but after the first access, the alternate browser is also perpetually logged in.

1. What mechanism is being used to identify me as the user after cookies are cleared ?

2. How does this fit in with Mozilla's claims to respecting user privacy ?

3. How do a log out of the Mozilla Connect site ?

Solved 8 30

firefox crashing

For the last 2 weeks I started having problems with Firefox working consistently. Sometimes only tabs crash, sometimes Firefox crashes. It is not tied to any actions, a t… (funda kabanzi)

For the last 2 weeks I started having problems with Firefox working consistently. Sometimes only tabs crash, sometimes Firefox crashes. It is not tied to any actions, a tab can crash even if you don't perform any actions in the browser. I have tried clean install on Fedora and Vanilla OS, native and Flatpak packages. The result is always the same - tabs or Firefox crashes every few minutes.

Solved Okugcinwe kunqolobane 7 439

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: //img.… (funda kabanzi)

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.

Solved Okugcinwe kunqolobane 8 390

address bar remembers keyword search

I actively use keywords to search from the address bar, mainly g for google, gs for google scholar and w for wikipedia. Until a recent update (until last week, I think), … (funda kabanzi)

I actively use keywords to search from the address bar, mainly g for google, gs for google scholar and w for wikipedia. Until a recent update (until last week, I think), pressing ctrl + L to go to the address bar would select all the text in the address bar, including the keyword, such that if I had made a google search by typing g and some query, I could immediately do a wikipedia search by typing w and some query.

Now, with an updated firefox (141.0.3, on xubuntu 24.04), the search engine from the previous search remains when I press ctrl + L, so I have to type backspace(s) to remove the search engine keyword, before typing a new keyword.

Is it possible to get the old behaviour back?

Solved Okugcinwe kunqolobane 4 469

Viewing details of a bug

When I go to see a firefox bug such as the following, https://www.mozilla.org/en-US/security/advisories/mfsa2026-10/ There appears to be more details in https://bugzilla.… (funda kabanzi)

When I go to see a firefox bug such as the following, https://www.mozilla.org/en-US/security/advisories/mfsa2026-10/

There appears to be more details in https://bugzilla.mozilla.org/show_bug.cgi?id=2014390 located at the bottom. When I try to view the details it asks me to log in. I do not see any reason I should have to log in to view the issue as I only intend to view the bug. Why does it require a login ?

Solved Okugcinwe kunqolobane 8 140

How can I pass the full url to the AI prompt?

I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. Ho… (funda kabanzi)

I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. However, I'd like to pass the URL instead. I could use `%url%`, but that does not include parameters after `?` and hence does not work for Youtube.

Is there any variable that I can use to pass the full URL including parameters of the URL?

Solved Okugcinwe kunqolobane 2 380

YouTube Fade in animation

When I full screen in YouTube, Firefox makes a Fade in animation. Can I disable it and make the default animation works? Note: I notice that Firefox on Linux doesn't hav… (funda kabanzi)

When I full screen in YouTube, Firefox makes a Fade in animation. Can I disable it and make the default animation works?


Note: I notice that Firefox on Linux doesn't have this feature, I don't know why this feature is only for Windows.

System Information: Surface laptop has Windows 11.

Solved 1 40

Lost all my pinned an open tabs

Firefuxxed was refusing to open new tabs so I shut it down and restarted it (always fixes it) and all my pinned and open tabs were gone with no way to recover them, it to… (funda kabanzi)

Firefuxxed was refusing to open new tabs so I shut it down and restarted it (always fixes it) and all my pinned and open tabs were gone with no way to recover them, it took me half an hour to manually restore the pinned ones one by one but not all of them as I cannot remember all of them let alone all the open tabs I had (hours of research gone down the toilet).

There should be a way to backup and restore pinned and open tabs so this doesn't happen, the history option does nothing.

OS: Linux Mint 22 fresh install from a week ago Previous version of Firefuxxed updated after this shamossel.

Locked Okugcinwe kunqolobane 8 378

dark mode broken

Dark mode in Firefox has broken just now. The issue appears restricted to Firefox - all other elements in environment (Ubuntu/Cinnamon) appear to be operating correctly.… (funda kabanzi)

Dark mode in Firefox has broken just now. The issue appears restricted to Firefox - all other elements in environment (Ubuntu/Cinnamon) appear to be operating correctly.

The elements at the top of the screen and some menu screens are now white rather than dark grey. Due to a neurological condition this causes near-instantaneous cluster migraines.

Is there a way I can fix this? Is there a way you can fix this? Is there a way to access the web without a browser? (eg through the text terminal)

Solved Okugcinwe kunqolobane 3 525