Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

How can I set a custom file as home page for new tabs in Firefox Desktop 107?

Hello, in past versions of Firefox, I was able to follow the steps on this page to set a custom HTML file on my PC as my home page for new tabs: https://peterries.net/blo… (funda kabanzi)

Hello, in past versions of Firefox, I was able to follow the steps on this page to set a custom HTML file on my PC as my home page for new tabs: https://peterries.net/blog/firefox-ubuntu-local-file/

I have Firefox 107.0.1 now and it's not happening. When I open the browser from scratch, I see my custom home page file. But when I open a new tab, I just see a blank screen. If I then click the Home icon on the toolbar, I do see my custom HTML page, but I don't want to have to click that button for each new tab.

Right now, in my settings, I have the URL to the page set as the custom URL for the HTML fiile, like this:

file:///home/peter/Documents/homepage/peter-home-homepage.html

That works. And I also have followed the steps on that blog post to customize my /usr/lib/firefox/autoconfig.cfg and my ../firefox/defalults/pref/autoconfig.js files. That's no longer working.

Did something in a recent version change? Is this no longer supported? Thanks for any ideas!

Asked by SuMo Bot 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

How to use system GTK3 theme in Firefox 102 ESR?

Setting `widget.non-native-theme.enabled` to false no longer works; I still get Firefox's default styling for controls and widgets. I use a custom GTK3 theme in my envir… (funda kabanzi)

Setting `widget.non-native-theme.enabled` to false no longer works; I still get Firefox's default styling for controls and widgets.

I use a custom GTK3 theme in my environment that I want to apply to Firefox. The above setting works in 91 ESR, and broke with the upgrade to 102 ESR.

A custom user chrome stylesheet would be too painful.

Note: You can revert page styling to defaults in View -> Page Style -> No Style.

102.1.0esr, Debian testing, Xfce 4.16

Asked by SuMo Bot 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Slowly fullscreen animation with transparent tabbar

here is the video: https://streamable.com/zffknq the issue is about transparent bar with vertical addons and slowly fullscreen animation, and the fullscreen animation is… (funda kabanzi)

here is the video: https://streamable.com/zffknq the issue is about transparent bar with vertical addons and slowly fullscreen animation, and the fullscreen animation isn't config-able, I already set full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 in about:config, and disable sidebar or userChrome is not work too. and this is happend about one mouth ago after my nixos update firefox.

Asked by Nestor Liao 1 unyaka odlule

Answered by Nestor Liao 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

start up popup unwanted

Hi, Could someone tells me how to deactivate the startup popup upon each firefox start which says (translated) "thanks this is 100th version of firefox, start navigation"… (funda kabanzi)

Hi, Could someone tells me how to deactivate the startup popup upon each firefox start which says (translated) "thanks this is 100th version of firefox, start navigation", or is it to stay until the 1000th annniversary ? Thanks

Asked by SuMo Bot 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Ikhiyiwe

Installation of Firefox Linux direct from Mozilla repository failes

duplicate of /questions/1495342 thread I try to install Firefox directly from the Mozilla repository. For that, I read the article "Install Firefox on Linux" and follow… (funda kabanzi)

duplicate of /questions/1495342 thread

I try to install Firefox directly from the Mozilla repository.

For that, I read the article "Install Firefox on Linux" and followed the install instructions in first chapter "Debian-based distributions" step-by-step. (article https://support.mozilla.org/en-US/kb/install-firefox-linux)

Unfortunately, with every attempt to install Firefox, the Firefox LinuxMint (Ubundu) package will be still installed. The command to priorise the Mozilla repository seems to have no influenace.

How can I prevent/avoid using the LinuxMint/Ubundu repository? I wan't to install and update Firefox direct from Mozilla source.

I'm using Linux Mint 22.1 Xia base (Ubuntu 24.04 noble)

Asked by Herzi-Linners 3 izinyanga ezidlule

Last reply by Herzi-Linners 3 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox Android: Allow http login/password for whitelisted websites

I am developing a django website. The login on the default admin page is not working when I am testing locally on my mobile. I assume it is because the connection is htt… (funda kabanzi)

I am developing a django website.

The login on the default admin page is not working when I am testing locally on my mobile. I assume it is because the connection is http (and not https) in order to protect the users (which is a good thing).

I assumed this is the problem, because on chrome, I got also blocked, but I got this hint.

Therefore following 2 stories:

  • As a user, I wish I receive a feedback when something is blocked by the browser, so that I understand what is happening.
  • As a developer, I wish I could allow login on whitelisted sites (local websites like 192.* ?), so that I can test my website on android without creating self-signed-certificates.

If my assumptions are wrong (but the server did not receive any call), do you know, how I can visualize the network calls on android?

Asked by r.loutrel+firefox 10 izinyanga ezidlule

Last reply by r.loutrel+firefox 10 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

WebRTC communication failure

Hi, We are using firefox as the browser client for a webrtc based video streaming application. The other client is Gstreamer webrtcbin. The communication works fine with… (funda kabanzi)

Hi,

We are using firefox as the browser client for a webrtc based video streaming application. The other client is Gstreamer webrtcbin. The communication works fine with FIPS mode disabled, but it fails when we enable FIPS as part of security. The Gstreamer client sends an SDP offer to the firefox browser client, but it fails to create an answer and respond back. The WebAPI (RTCPeerConnection.createOffer) fails with below exception at application code.

"UnknownError: The operation failed for an unknown transient reason"

Also, tried to check some failure message in browser log and found as below. Not sure if it is related to the failure.

NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsICryptoHash.init]


System setup:


OS - OpenSUSE 15 SP3 Firefox version - 78.13.0esr (we also tried with version 91.10.0esr)


Any quick help will be much appreciated as we are stuck with this.

Thanks, Saurav

Asked by SuMo Bot 2 iminyaka edlule

Last reply by SuMo Bot 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Captive portal detection for public Wi-Fi login fails

I'm using Firefox 102 on Ubuntu Mate 20.04 (the vanilla one from apt), but I think I've experienced the same with a couple of previous versions too ... So, I've sat in o… (funda kabanzi)

I'm using Firefox 102 on Ubuntu Mate 20.04 (the vanilla one from apt), but I think I've experienced the same with a couple of previous versions too ...

So, I've sat in one Espresso House in Denmark; tried to connect to their public Wi-Fi with Firefox in private mode, captive portal went fine, and I was on the Internet. Apparently I had gotten a danish IP address there, since google.com thereafter was in danish.

Now, I sit in a different Espresso House, also in Denmark; however, here, captive portal does not work; in the sense that:

As shown on first screenshot, first I get "You must log in to this network before you can access the Internet.", and I get a "Open network login page" button.

I click on the "Open network login page" button, I can see browser wants to load http://detectportal.firefox.com/canonical.html - but in the end, I do not get the Espresso House login page, but instead I get a redirect to https://support.mozilla.org/en-US/kb/captive-portal , where the "You must log in to this network before you can access the Internet." still stands, but there is no more "Open network login page" button (as shown on the second screenshot)

If I restart the browser in this shop, I think I get the exactly same process - Espresso House wi-fi login page never gets shown, only the https://support.mozilla.org/en-US/kb/captive-portal ...

Strangely, at this point, I do get access to the internet through a browser - but google.com is then in swedish, which I guess means, that there is some sort of a VPN of that shop's wi-fi to Sweden. On the other hand, I don't get internet elsewhere on my computer - for instance, if I want to do `sudo apt update` from the command line, I get errors like "Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)" - which is what I otherwise get in (the first mentioned) Espresso House, before I've connected to wi-fi via captive portal (once I connect to wi-fi via captive portal there, `sudo apt update` or any other network access from command line is fine).

(Note: my android phone in the same shop, does indeed show Espresso House Wi-Fi login prompt upon Wi-Fi connection, and I can login there fine).

Why does this happen, and how can I force Firefox to show me the actual captive portal so I can login to Wi-Fi - instead of redirecting me to https://support.mozilla.org/en-US/kb/captive-portal ?

Asked by SuMo Bot 2 iminyaka edlule

Last reply by SuMo Bot 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Gecko settings

Hi guys! Sorry for dumb queston, just Iam not a web-dev) My problem is next: I need change default code page (charset) for every document. Its only one charset for all p… (funda kabanzi)

Hi guys!

Sorry for dumb queston, just Iam not a web-dev) My problem is next: I need change default code page (charset) for every document. Its only one charset for all pages, so it can be hardcoded. Due no one another charset web-server do not use.

 Can you pls say how it can be realized? Should it be done by changing some settings files, or maybe need some code changes ( for example at intl/locale etc) ?

Regards, Ruslan

Asked by SuMo Bot 2 iminyaka edlule

Last reply by SuMo Bot 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

opt-out the saved passwords proposals

Hi, is there a config option to prevent the showing of user/pw proposals when opening a website for which user account data is saved? When i'm logging into a website wit… (funda kabanzi)

Hi,

is there a config option to prevent the showing of user/pw proposals when opening a website for which user account data is saved? When i'm logging into a website with already saved user data, i get account proposals (as ff saves the data "per domain", say if you have 3 accounts to one website, e.g. a test user, an administrator and a cms administrator, they are all presented where needed content may be...) see pict. I would like to opt out this behavior, as i have more than one website with 2 or more accounts.


-- cu

jth

Asked by SuMo Bot 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Outgoing Connections

Every time I launch Firefox, it attempts to connect to a number of domains automatically; some of which, it strikes me, may not be entirely necessary and should, therefor… (funda kabanzi)

Every time I launch Firefox, it attempts to connect to a number of domains automatically; some of which, it strikes me, may not be entirely necessary and should, therefore, not be automatic.

For instance, I have automatic extension/plugin updates off by default, so why does FF try to connect to versioncheck.addons.mozilla.org and/or versioncheck-bg.addons.mozilla.org every time I launch it?


How many of the following do I actually need to give a pass to in my firewall and how many can I safely block?

I appreciate that a couple (e.g. githubusercontent) may be related to specific extensions/plugins, but the majority are from Mozilla/Firefox, so what what is each of them for, specifically?

aus5.mozilla.org ciscobinary.openh264.org content-signature-2.cdn.mozilla.net example.org firefox.settings.services.mozilla.com ipv4only.arpa publicsuffix.org push.services.mozilla.com raw.githubusercontent.com redirector.gvt1.com services.addons.mozilla.org versioncheck.addons.mozilla.org versioncheck-bg.addons.mozilla.org


Thanks.

Asked by SuMo Bot 2 iminyaka edlule

Last reply by cor-el 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Re-order extensions' access to page URL

This is pretty much a duplicate of https://support.mozilla.org/en-US/questions/1334684 : I have the uBlock Origin and Skip Redirect extensions installed, both work … (funda kabanzi)

This is pretty much a duplicate of https://support.mozilla.org/en-US/questions/1334684 : I have the uBlock Origin and Skip Redirect extensions installed, both work by checking/modifying the URL of the site I am trying to visit.

Unfortunately, I am running into some sites that are re-directed via some tracking URLs. Here's one example I had today:

Original URL: https://sslh62px.r.us-east-2.awstrack.me/L0/https:%2F%2Fwww.allaboutcircuits.com%2Ftechnical-articles%2Fanalyzing-dc-and-steady-state-ac-circuits-with-python%2F/2/010f01832042551a-ed0a0774-ca39-4cd9-825e-a375504c6ea5-000000/c7T-m43jFRD5B3k49nHcvIOhCtM=71

As you can see, the destination URL is embedded within the tracker URL and as such, is exactly what Skip Redirect was designed to deal with. Unfortunately, uBlock Origin seems to look at the URL before Skip Redirect does and blocks it outright because it is a known tracker (awstrack.me).

If I could tell Firefox to let Skip Redirect modify the URL first (to https://www.allaboutcircuits.com/technical-articles/analyzing-dc-and-steady-state-ac-circuits-with-python/ ), uBlock Origin didn't need to block access to it.

Is there a way to change the order in which extensions are applied (i.e. get to run) when a URL is opened?

Asked by SuMo Bot 2 iminyaka edlule

Last reply by SuMo Bot 2 iminyaka edlule