顯示下列標籤的問題: 顯示所有問題

Automation test via Playwright > Screenvideo: Select screen popup

Im using Playwright with JS and when Im running ny test on FireFox i get a PopUp message to select the screen i want to screencast, even when im choosing screen and press… (閱讀更多)

Im using Playwright with JS and when Im running ny test on FireFox i get a PopUp message to select the screen i want to screencast, even when im choosing screen and pressing "Share" its happened in the next test and not recording my tests. its happened only in FF. How im removed this PopUP ?Thanks. Using also Linux Ubuntu.

Orian Shamriz 於 2 個月前 詢問

enhanced tracking protection failure

Hello Mozilla, When using Firefox I always have Enhanced Tracking Protection turned on - Custom, all four categories are checked, no exceptions are identified. Yet whe… (閱讀更多)

Hello Mozilla, When using Firefox I always have Enhanced Tracking Protection turned on - Custom, all four categories are checked, no exceptions are identified. Yet when I look at the Process Manager I consistently find third-parties (defined by me as NOT my OS, my browser, or any website I have visited during this session). As I write this I have just killed the following 4 processes, which I think Firefox should have caught. And in a few minutes when my active window is another application or when I take some browser tab to full-screen mode, these processes I thought I killed will reactivate. The current sample:

kampyle.com setpay.com signifyd.com trustarc.com

You may identify these as innocuous, but they are the very definition of third-party sites. Anything that calls itself TRUST is the first thing I'm going to question. Its exhausting having to police this constantly. What good is ETP if I have to supplement with my own time and energy, diverting me from my primary tasks?

Steps taken: Before submitting this I took a moment to check all the sites I have open or have had open on this device in this browser session. Clicking on the shield near the web address field, I have confirmed EPT is ON for each of them and I can see that many trackers, etc., are apparently being blocked. I also re-checked the related Firefox settings to ensure it remains as I selected.

Info: I work in remote locations, and carry my own hotspot with me. Its a cellular hotspot and I can have many devices as well as many tasks on any single device sharing the bandwidth. I started looking into this because these extra processes interfere with my use of my own devices and the bandwidth that I need and PAY FOR.

Thank you for your help. -LLD

LLD 於 2 個月前 詢問

Are my current Security Certificates safe and secure?

Greetings. I recently upgraded to Windows 11 and started using Firefox again. In order to be more secure and private I am reviewing all of my settings everywhere. I am c… (閱讀更多)

Greetings. I recently upgraded to Windows 11 and started using Firefox again. In order to be more secure and private I am reviewing all of my settings everywhere. I am concerned that the security certificates that are currently in my Firefox are safe, secure and current. I know the internet is worldwide and bad actors can from any country but when I see them from certain countries that does concern me. Is there a way to verify the certificates are good? Is there an harm in deleting certificates? Is there any suggestions of what countries, websites to stay away from concerning certificates? If the validity is expired should I delete it? I do not like to make assumptions. I try to make informed decisions. Thank you, bkh8611@gmail.com

B “Huesos” 於 1 個月前 詢問

Firefox icon turns into private mode icon. But im not in private mode!

Hello, i need help. If I create shortcut, and start firefox in another profile, like this: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -class FF2 --profile "C… (閱讀更多)

Hello, i need help. If I create shortcut, and start firefox in another profile, like this:

"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -class FF2 --profile "C:\Users\mire\Desktop\TEST\Apps\Instagram" --no-remote instagram.com

And if i set in "user.js" --> user_pref("taskbar.grouping.useprofile", true);.

For some reason after firefox starts, or after second start, firefox icon on the taskbar turns into a private browsing icon!

I tried everything to prevent this, I tried to add:

user_pref("browser.privateWindowSeparation.enabled", false); user_pref("browser.privacySegmentation.windowSeparation.enabled", false);

Nothing works...

I checked million times that im not in private browsing, and i'm not.

Then, after some tests I found that if I remove the flag: "user_pref("taskbar.grouping.useprofile", true);" from 'user.js' and 'prefs.js', and start profile again, taskbar icon becomes normal firefox icon.

Is this a bug?

And what should i do if i want to have separate grouping for the PROFILE2, and i don't want to have that private browsing icon?

You can see in the picture what was happening...

mire021 於 1 個月前 詢問

Cookies on Start/Home page

Hi, I noticed that the shortlinks/websites on my startpage (the House icon) are placing cookies as soon as I start Firefox. Not all of them and also in a random manor. T… (閱讀更多)

Hi,

I noticed that the shortlinks/websites on my startpage (the House icon) are placing cookies as soon as I start Firefox. Not all of them and also in a random manor. This does not happen in Private Navigation, which i almost never use.

For me this is rather strange, I do not visit these shortlinks and already being tracked by those cookies. How can this be changed?

My settings are to clear all cookies and history at closure. Subquestion: Do I need to choose Options/Close or does this also work by clicking the X in the right upperhand corner to close Firefox.

Hope someone can shed some light... Lasco

orsettodiarco 於 1 個月前 詢問

After updating server libraries, tinymce popup windows are disconnected from their parent

This one really caught me by surprise! I have an internal Django database system. Staff typically use Firefox or Chrome to access it from Linux or Windows machines. As p… (閱讀更多)

This one really caught me by surprise! I have an internal Django database system. Staff typically use Firefox or Chrome to access it from Linux or Windows machines. As part of this system, it uses Grappelli library which in turn uses TinyMCE V3.5.8. Specifically, in a text box TinyMCE provides advanced editing and fonting. Allows the user to embed links or images. This system was working fine on Django 2.2. My provider (Python Anywhere) retired the server image I was running on, so I updated everything to Django 4.2 on their latest "haggis" system image. Everything seemed to transfer over without any errors - at first. In fact, it was a week later somebody tried to change a font colour by clicking the popup button that opens a colour picker. That pop up looks blank! (its not, the HTML is there but without the custom CSS nothing is visible)

In developer mode on Firefox or Chrome I can see what the problem is: The popup is disconnected from the parent. The parents CSS and classes - specifically tinyMCE - is not present. So its missing the styling and JS to operate. One of the first things the popup JS does is copy in the tinyMCE and tinymce classes from the parent. But they are not there, in fact .opener is null and .parent is stripped down.

What is really weird is on my test server, where I tested everything before updating the live server, it works! The test server uses Django's "runserver" to run a very simple (unsecure) http server just to test code. Whereas the live server is locked on HTTPS.

What confuses me is I don't see any console log messages that would indicate the browser decided to "protect" me. How can I figure out what is going on? Or disable this feature for a test?

I am writing this on my Dev machine using the browser I test with, so I shall try to paste in tech info below.

Just to reiterate, in this browser I can have my test server in one tab, my live server in another tab, test server popup works; live server popup does not.

Thanks in Advance, Richard

Richard E. Cooke 於 1 個月前 詢問

PC/WIN7 - I access my bank and get a login screen from them... when I enter my name and password I get a "FILE NOT FOUND" ,,, but acesses just fine on my android phone... maybe a problem in site permissions ??

PC/WIN7 - I access my bank and get a login screen from them... when I enter my name and password I get a "FILE NOT FOUND" ... but it accesses just fine on my android pho… (閱讀更多)

PC/WIN7 - I access my bank and get a login screen from them... when I enter my name and password I get a "FILE NOT FOUND" ... but it accesses just fine on my android phone or on my other laptop running WIN10... maybe a problem in firefox site permissions ?? Used to work up until about 4 mos ago....

jbroyles 於 1 個月前 詢問

How to delete a package of password

Hi, I have a lot (+1600) password stored in my profile and i would like to clean its and delete olds ones. So i look for an utility or an extension to mark only those i … (閱讀更多)

Hi, I have a lot (+1600) password stored in my profile and i would like to clean its and delete olds ones. So i look for an utility or an extension to mark only those i want to delete (or keep).

Can i make an export to csv file, open it with excel (or something else) delete these unused, save the new csv, delete all password in firefox, and import the new csv ? Have i to make an new synchronisation in all my pc,tabs,phones after deconnexion on its? Many thanks for help JP from France

jpatrick.gautier 於 1 個月前 詢問

Removal of Autofill/Autosave/Autopopulate entries

I spoke to BT who proved that Firefox and not Edge was the problem and there is a need to know how to remove entries which appear under the Firefox through either Autofil… (閱讀更多)

I spoke to BT who proved that Firefox and not Edge was the problem and there is a need to know how to remove entries which appear under the Firefox through either Autofill or Autosave or finally Autopopulate. This need arises from a problem which has arisen under username entry and which cannot be permanently removed.

I need some advice on how to resolve this problem!

tatooine3 於 1 個月前 詢問

Firefox and authenticated ZScaler in corporate setup

Hi, Following https://support.mozilla.org/en-US/questions/1199797 where I can't reply. The provided solution isn't enough (in my case, the certificate was already there,… (閱讀更多)

Hi, Following https://support.mozilla.org/en-US/questions/1199797 where I can't reply.

The provided solution isn't enough (in my case, the certificate was already there, although there were intermediate certificates without websites allowed - I added that trust, as well as imported more corporate root certificates but I'm not sure any of this was necessary).

Anyway, many web pages didn't work, as all http requests beyond the original one were redirected through zscaler proxy 2-factor auth. All js, css, images came back with a 307 and the corporate authentication page, immediately followed by a call to the redirection, coming back as 200 ... but with the same auth page. I saw that the original request (the base html) was always sent with "ssm_au_c" cookie but page resource requests were not.

I did solve the issue. I had to change the tracking protection options from "Standard" to "Custom" and uncheck "Cookies". Now everything works.

I don't really need an answer but, as others may have the issue and I can't post in the original thread (which is archived), I figured that I should post it somewhere. However, if there is a way to keep tracking protection in place and only add an exception for ZScaler, that'd be great. Adding "zscalerthree.net" in the exceptions didn't do the trick.

Keorl 於 1 個月前 詢問

Firefox not disabling DNS over HTTPS when settings are pushed from JAMF Pro

We are attempting to disable DNS over HTTPS by pushing a configuration profile from JAMF Pro. The profile completes successfully and shows it is disabled, but Firefox wi… (閱讀更多)

We are attempting to disable DNS over HTTPS by pushing a configuration profile from JAMF Pro. The profile completes successfully and shows it is disabled, but Firefox will still show it is enabled. Has anyone else encountered this? We are using our own DNS Resolvers and need to not have Firefox force theirs. BTW, in order to avoid confusion, this is specific to MAC OS machines only. Thank you!

don.horvath 於 1 個月前 詢問

Firefox messages breaking automation

How can the Firefox message popups be permantly turned off they are modal breaking my automation. Most recent: Welcome back Here's a quick reminder that you can keep y… (閱讀更多)

How can the Firefox message popups be permantly turned off they are modal breaking my automation.

Most recent:

Welcome back

Here's a quick reminder that you can keep you favorite indie browser just one click away.

Open my links with Firefox

Not now

JSAutomate Inc 於 4 週前 詢問