Showing questions tagged: Show all questions

Fireefox not loading google.com pages

Firefox - latest version, in Win 11 updated version, on my home server, will not load google.com pages, but intermittently works OK - frustratng. Other browsers, eg. Ed… (read more)

Firefox - latest version, in Win 11 updated version, on my home server, will not load google.com pages, but intermittently works OK - frustratng. Other browsers, eg. Edge and Chrome access sites as normal on my laptop on my home network. My laptop using Firefox will load google.com pages when on another network. Is it my server, or Google, or Firefox doing this ?? Please provide any advice on solving this problem.

Asked by doughollywood 20 hours ago

Last reply by doughollywood 5 minutes ago

Link Previews

When photos, videos, or websites are linked on a FB comment, it used to display a thumbnail preview below the comment. Now it just shows the link. On mobile, the previe… (read more)

When photos, videos, or websites are linked on a FB comment, it used to display a thumbnail preview below the comment. Now it just shows the link. On mobile, the preview appears. So I'm thinking a setting got changed on the desktop version.

Does anyone know what the issue is and how to correct?

Asked by m267 5 days ago

Last reply by m267 4 days ago

macOS disable Firefox default browser prompt non-interactively

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser. I am using the following script to create the profile and set the user p… (read more)

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser.

I am using the following script to create the profile and set the user preferences after installing Firefox by copying `Firefox.app` from the downloaded DMG: ```

  1. !/bin/sh

open -a Firefox.app --args -CreateProfile default sleep 1

write_userpref() { USER=$(whoami) PROFILE=$(ls -1 "/Users/${USER}/Library/Application Support/Firefox/Profiles/" | grep -E "\.default$") cat << EOF > "/Users/${USER}/Library/Application Support/Firefox/Profiles/${PROFILE}/user.js" // mandatory comment? user_pref("app.update.auto", false); user_pref("app.update.disable_button.showUpdateHistory", false); user_pref("app.update.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.discovery.enabled", false); user_pref("browser.defaultbrowser.notificationbar", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", false); user_pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true); user_pref("browser.newtabpage.enabled", false); user_pref("experiments.enabled", false); user_pref("extensions.pocket.enabled", false); user_pref("toolkit.telemetry.enabled", false); user_pref("update_notifications.enabled", false); EOF }

write_userpref

open -a Firefox.app --args -new-tab -P default "about:blank" sleep 3 osascript -e 'quit app "Firefox"' sleep 2

open -a Firefox.app --args -P default about:blank ```

Here's the behaviour I'm seeing:

  1. Firefox starts to an `about:blank` tab, however there is a second "Firefox Privacy Notice" tab
  2. AppleScript quits Firefox
  3. Firefox starts to an `about:blank` tab, however it is now prompting me to make it the default browser

I do not want Firefox to prompt the user to become the default browser.

My ideal scenario is that Firefox starts without the "Firefox Privacy Notice" tab and without prompting me to make it the default browser. From the observed behaviour, this doesn't seem possible.

Can anyone tell me how I can accomplish this without user interaction or MDM?

Asked by hal.martin 4 hours ago

Last reply by hal.martin 3 hours ago

scheduled task running

ive built a new pc and have a flashing program popup every 10min. upon assistance from a really good pc guy, we've found its a firefox default browser agent with a long … (read more)

ive built a new pc and have a flashing program popup every 10min. upon assistance from a really good pc guy, we've found its a firefox default browser agent with a long code.

its not listed in my scheduled tasks, eyt runs every 10min. only thing close to firefox would be thrunderbird, but iirc, mozilla and thunderbird are not longer the same company. either way. i need this thing to stop running every 10min.

Asked by Brett Isaacs 21 hours ago

Last reply by Brett Isaacs 6 hours ago

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (read more)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

Asked by Andrijan 1 day ago

Last reply by Andrijan 4 hours ago