태그된 질문 보이기: 모든 질문 보이기

Issue getting Firefox to launch for the first time, directly to a clicked link, without start page/default browser prompt

We are deploying Firefox installed via the v122 binary on Ubuntu 22.04.4 Server w/ubuntu-desktop-minimal --no-install-recommends (we need to have no-user-interaction inst… (자세히 살펴보기)

We are deploying Firefox installed via the v122 binary on Ubuntu 22.04.4 Server w/ubuntu-desktop-minimal --no-install-recommends (we need to have no-user-interaction install). We are using an Ansible playbook to copy over and unarchive the tarball, then create a firefox/distribution folder in the install directory and copying a profiles.json file to said folder, links the install directory to the /usr/bin/local directory, and setting firefox.desktop as the system default browser.

Using the instructions from: https://mozilla.github.io/policy-templates/

What we are hoping to accomplish is the user who has never launched Firefox will click on a link in an application, which will launch Firefox and go directly to the requested page. As it stands right now, the first time a user clicks the link, it launches firefox and shows a start page. The user must then close this window, and click the link again. This brings up a "Use Firefox as the default browser" prompt, which the user must accept, but then does not display the link. The third time the user clicks the link, the requested page pops up, and works from this time out.

We would like to have this be a one-click experience for the user. Looking at the options in about:config after getting firefox to launch, it appears firefox is not getting the options from the profiles.json file. Are we missing something about placement of this file? Missing some lines? Should we be using AutoConfig instead? Thank you for any assistance!

{

   "policies": {
       "Homepage": {
           "StartPage": "none"
       },
       "Preferences": {
           "browser.shell.checkDefaultBrowser": {
               "Value": false,
               "Status": "default",
               "Type": "boolean"
           },
           "browser.shell.skipDefaultBrowserCheckOnFirstRun": {
               "Value": true,
               "Status": "default",
               "Type": "boolean"
           },
           "browser.startup.homepage_override.mstone": {
               "Value": "ignore",
               "Status": "default",
               "Type": "string"
           }
       },
       "PopupBlocking": {
           "Default": false
       },
       "DontCheckDefaultBrowser": true,
       "OverrideFirstRunPage": "",
       "OverridePostUpdatePage": ""
   }

}

1개월 전에 JuniorDevOps님이 질문

1개월 전에 Mike Kaply님이 마지막 답변

  • 해결된 질문

toggle button yahoo setting - desktop notifications not working

Hello, Toggle button yahoo setting - desktop notifications, not working I am facing this problem only in firefox windows 11. Sometimes it works but rarely and inconsist… (자세히 살펴보기)

Hello,

Toggle button yahoo setting - desktop notifications, not working

I am facing this problem only in firefox windows 11. Sometimes it works but rarely and inconsistently. I have tried the suggested solutions..

At your disposal

1개월 전에 stepits님이 질문

1개월 전에 stepits님이 답변

keep getting XULRunner error

I keep getting this error. I reinstalled mozila firefox esr, but the error seems to persist. What could I do to get rid of this error that constantly appears at a certain… (자세히 살펴보기)

I keep getting this error. I reinstalled mozila firefox esr, but the error seems to persist. What could I do to get rid of this error that constantly appears at a certain time interval?

1개월 전에 Darius2012님이 질문

  • 보존

Your Request Has Been Locked

Hello, My operating system is 64 bit Windows 10. I perform many membership transactions through Semrush.com. But I think semrush blocked me. When I try to log in or beco… (자세히 살펴보기)

Hello,

My operating system is 64 bit Windows 10. I perform many membership transactions through Semrush.com. But I think semrush blocked me. When I try to log in or become a member, I receive a "Your Request Has Been Locked" warning. I uninstall Firefox 64bit and install 32bit and the problem disappears. But I want to use 64 bit again. For this reason, I also did a thorough cleaning with uninstaller programs, but to no avail..

I think Semrush 64bit firefox seems to see something in my program and banned it. How can I change whatever it sees so that it doesn't get blocked?

6개월 전에 Infinity Online님이 질문

6개월 전에 zeroknight님이 마지막 답변

  • 보존

Firefox ESR 115.2.0 Warning: Potential Security Risk Ahead - No advanced Button

Hello Guys, in our network we have several Fritzbox Routers which we remote administrate. If we connect to the routers with Firefox V115.2.0 we get a warning message - b… (자세히 살펴보기)

Hello Guys,

in our network we have several Fritzbox Routers which we remote administrate. If we connect to the routers with Firefox V115.2.0 we get a warning message - because it´s a Fritzbox self-signed certificate and cannot be validated. No Problem - everything okay with the message. But in Firefox 115.2.0 there is no advanced button that lets you go futher to connect to the website. With Version 102.14.0 ESR the advanced button is there. The webinterface works fine with Edge and Chrome (with warning but with advanced button to continue)

https://imgur.com/2ykzjY9

https://imgur.com/5LyIwzt

Is this a bug?

Best Regards, Michael

9개월 전에 michael.reiter님이 질문

8개월 전에 Mike Kaply님이 마지막 답변

  • 해결된 질문
  • 보존

A specific website wont redirect to their ADFS website.

We use Firefox ESR for along time in our organisation but with the last update, a specific page wont redirect to the ADFS page. In the latest normal version of Firefox it… (자세히 살펴보기)

We use Firefox ESR for along time in our organisation but with the last update, a specific page wont redirect to the ADFS page. In the latest normal version of Firefox it works and also other browser but not in ESR.

The webpage is https://rx-base.nl/ and https://preprod.rx-base.nl/

We are using the latest version of ESR. It gives a blank page with in the console a error:

Uncaught (in promise) TypeError: Fout bij het oplossen van modulespecificatie ‘@rxbase/root’. Relatieve modulespecificaties moeten beginnen met ‘./’, ‘../’ of ‘/’.

Please advise on what to do.

11개월 전에 b.debakker님이 질문

11개월 전에 Mike Kaply님이 답변

  • 보존

Websitefilter_Exceptions policy via Intune OMA-URI can't figure out multiple sites

I've successfully added all the admx profile settings we want for our deployment except I can't seem to get right syntax for adding multiple sites to the exception list. … (자세히 살펴보기)

I've successfully added all the admx profile settings we want for our deployment except I can't seem to get right syntax for adding multiple sites to the exception list. We've successfully blocked all urls in the block oma-uri but for the exception it only shows a single example not multiple. (https://github.com/mozilla/policy-templates#websitefilter site) OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions

Value (string):

<enabled/> <data id="WebsiteFilter" value="1*://*companyurl.com/*"/>

this works.. all internal sites are accessable. what i want to do is as well make these sites avail as well *://company.sharepoint.com/* accessable and

I've looked at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Match_patterns but i can't seem to find proper format for multiple that doesn't cause line to either be ignored or errored out

any assistance would be appreciated

11개월 전에 icebreaker_darkmoore님이 질문

11개월 전에 Mike Kaply님이 마지막 답변

  • 해결된 질문
  • 보존

Firefox Window Closes Unexpectedly

Environment: Version: 102.3.0esr Build ID: 20220912135840 OS: Windows_NT 10.0 19044 Issue: I had Firefox window 1 opened in virtual desktop 1, then I switched t… (자세히 살펴보기)

Environment:

  • Version: 102.3.0esr
  • Build ID: 20220912135840
  • OS: Windows_NT 10.0 19044

Issue: I had Firefox window 1 opened in virtual desktop 1, then I switched to virtual desktop 2 and open Firefox window 2 there. After using window 2 for some time, I switched back to virtual desktop 1 and found Firefox window 1 was gone. I checked `about:support` page but found no crash report there. I don't know what's going wrong.

1년 전에 yzhaocl1024님이 질문

1년 전에 yzhaocl1024님이 답변

  • 보존

ESR: downloading via website still delivers old version for macOS (Firefox 91.13.0esr) instead of 102.2.0

When downloading Firefox ESR via the website for macOS (https://download.mozilla.org/?product=firefox-esr-latest-ssl&os=osx&lang=en-US) one still receives the old… (자세히 살펴보기)

When downloading Firefox ESR via the website for macOS (https://download.mozilla.org/?product=firefox-esr-latest-ssl&os=osx&lang=en-US) one still receives the old 91.13.0 version instead of the current release 102.2.0. Can you please fix this?

1년 전에 contact711님이 질문

1년 전에 thecapcut15님이 마지막 답변

  • 보존

Firefox locked file persisting

I have an issue on a Mac OS Server environment with home folders. The user's login to the MAC which authenticates to the Open Directory MAC server giving home folders to … (자세히 살펴보기)

I have an issue on a Mac OS Server environment with home folders. The user's login to the MAC which authenticates to the Open Directory MAC server giving home folders to the logged-on users that reside on the server and not the local workstation. Users commonly use different computers to log in. What we're finding is that the users are increasingly getting the error message that a copy of firefox is open and firefox cannot open.

Removing the lock file solves the issue.

cd ~/Library/Application\ Support/Firefox/Profiles/ cd uniqueid.default rm -rf .parentlock

Is there a way to avoid this? We have the most current version of FF installed.

1년 전에 andrew184님이 질문

1년 전에 Mike Kaply님이 마지막 답변

  • 보존

Firefox ESR 102.1 Download

Why isn't firefox ESR 102.1 available for download via this link, it still downloads 91.12 which has vulnerabilities. https://www.mozilla.org/en-US/firefox/enterprise/ … (자세히 살펴보기)

Why isn't firefox ESR 102.1 available for download via this link, it still downloads 91.12 which has vulnerabilities. https://www.mozilla.org/en-US/firefox/enterprise/ I found it after digging around but it was a hassel.

1년 전에 pclowes1님이 질문

1년 전에 James님이 마지막 답변

  • 보존

Silent uninstall of Firefox from User Profiles

I manage SCCM in my environment, and have been successfully offering Firefox ESR for a while now, along with silent updates when new versions are released. Today I reali… (자세히 살펴보기)

I manage SCCM in my environment, and have been successfully offering Firefox ESR for a while now, along with silent updates when new versions are released.

Today I realised that not all of my users are using the ESR version from the Software Centre (90.10.0), but have instead installed the normal version to their profile (ranging from 83.x.x to 101.x.x). These are clearly not being updated, and it's been flagged by security scans.

So, I'm looking for a way to remove them silently with a script that I can insert into the ESR deployment, and replace these unsupported versions.

Can anyone help me?

2년 전에 jon.tydda님이 질문

1년 전에 Mike Kaply님이 마지막 답변