Zobrazenie otázok označených: Zobraziť všetky otázky

Can't use builtin webcam with Firefox

M2 MacBook Air running macOS Ventura. When I open a website which wants access to my camera I am asked if I want to allow this. I say "Allow", and the light next to the b… (ďalšie informácie)

M2 MacBook Air running macOS Ventura. When I open a website which wants access to my camera I am asked if I want to allow this. I say "Allow", and the light next to the builtin webcam turns green, but I see nothing in the camera sub-window on the webpage which was granted access. No error message, just no camera video is shown by the webpage. In the menu bar is a camera icon which I can click on and confirms I have "Allowed" camera access. Setting / Privacy / Permissions / Autoplay is set to Block Audio. I have verified the camera works with other apps (Photo Booth). How can I diagnose this?

Otázku položil(a) axel45 Pred 2 mesiacmi

Can extension upload/send my password to author? Which permission is needed for that?

Extension has permission "Access your data for sites in the abc.de domain". The documentation says that such extension can read "data you enter into those web pages, suc… (ďalšie informácie)

Extension has permission "Access your data for sites in the abc.de domain".

The documentation says that such extension can read "data you enter into those web pages, such as usernames and passwords"

Can extension send such data away (for example to its developer)? What kind of permission is needed for that? Can you quote exact name of such permission/s from linked article so i can lookup that?

Otázku položil(a) #367259 Pred 2 mesiacmi

Firefox warning page

I am currently experiencing a technical issue with the Firefox browser that is impacting our workflow. After accessing a specific URL, we encounter a problematic page tha… (ďalšie informácie)

I am currently experiencing a technical issue with the Firefox browser that is impacting our workflow. After accessing a specific URL, we encounter a problematic page that we're unable to bypass. This is reminiscent of a past issue that was resolved by modifying certain configurations in Firefox's about:config page. Unfortunately, the previous fix is not effective this time. I have attached the error page with this ticket.

The settings we've adjusted are as follows: - security.insecure_field_warning.contextual.enabled = false - security.certerrors.permanentOverride = false - network.stricttransportsecurity.preloadlist = false - security.enterprise_roots.enabled = true

Can anyone tell how I can bypass this page?

Otázku položil(a) sarthak.bakshi Pred 2 mesiacmi

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… (ďalšie informácie)

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

Otázku položil(a) B “Huesos” Pred 2 mesiacmi

  • Uzamknuté

Preventing Changes to Proxy Settings in Firefox Browser via Group Policy

Locking this thread, please continue here: [/questions/1443259] We have enabled the "Prevent changing proxy settings" policy from the Group Policy Management Console. How… (ďalšie informácie)

Locking this thread, please continue here: [/questions/1443259]
We have enabled the "Prevent changing proxy settings" policy from the Group Policy Management Console. However, we've encountered an issue where Firefox browser overrides this policy. It has come to our attention that Firefox is the only browser that allows users to change the default Windows proxy settings directly from the browser itself.

To address this, we want to prevent users from changing proxy settings via Firefox browser as well. Could you please provide guidance on how to disable this feature?

Otázku položil(a) hitenj.trivedi Pred 1 mesiacom

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… (ďalšie informácie)

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

Otázku položil(a) orsettodiarco Pred 1 mesiacom

Can't delete passwords in Firefox

I have moved to another password manager, and would like to completely remove my saved logins from my Firefox account and stop using the auto-fill, auto-suggest feature. … (ďalšie informácie)

I have moved to another password manager, and would like to completely remove my saved logins from my Firefox account and stop using the auto-fill, auto-suggest feature. However, no matter how many times I delete my passwords and Sync, they keep appearing in my Android Firefox app. I have cleared the app Storage and Cache, I have reinstalled it from scratch, but no matter what I do they reappear. My (also Synced) PC on which I deleted the passwords has not shown it again since I deleted them there.

I just want to completely delete all my logins in my Firefox account, permanently and across all my devices. How can I do this?

Otázku položil(a) peter1rhodes Pred 1 mesiacom

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… (ďalšie informácie)

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

Otázku položil(a) Richard E. Cooke Pred 1 mesiacom

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… (ďalšie informácie)

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!

Otázku položil(a) tatooine3 Pred 1 mesiacom

Firefox no longer warns about vulnerable passwords?

On the page listing passwords, it was possible to sort them by "Alerts". In settings, there is an option to enable checking the vulnerable passwords: https://support.moz… (ďalšie informácie)

On the page listing passwords, it was possible to sort them by "Alerts".

In settings, there is an option to enable checking the vulnerable passwords: https://support.mozilla.org/en-US/kb/firefox-password-manager-alerts-breached-websites

On my other laptop using Firefox v121, the alerts are properly displayed. But on my second laptop using Firefox v124, the alerts are gone. I can't sort password by "Alerts", the option isn't there. Both laptops share the same Firefox account and have password synchronized between each other.

Obviously, I ticked the "Show alerts about passwords for breached websites" box in the settings but it looks like it does not nothing. I also checked in "about:config" and everything seems good.

Is this feature gone?

Otázku položil(a) ADGB Pred 1 mesiacom

Trying to update email address

Am trying to update my email address. When I try to make the secondary the primary, it wants a verification code entered. The field for this code will not let me paste it… (ďalšie informácie)

Am trying to update my email address. When I try to make the secondary the primary, it wants a verification code entered. The field for this code will not let me paste it or enter it manually. Will this glitch be fixed soon?

Otázku položil(a) Carmen Pred 3 týždňami