Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Løst
  • Arkiveret

file downloads

The problem is : Some of the time FF just records 0 bytes file and says nothing. I suspect that FF inspect the URL of the links and discard ( perhaps for security … (læs mere)

The problem is : Some of the time FF just records 0 bytes file and says nothing. I suspect that FF inspect the URL of the links and discard ( perhaps for security reason ) ones that do not begin with HTTP.

The bypass is : One has to copy the link and insert in in the new page of FF.

The solution would be to change FF code.

Thank you.

Stillet af Le-Bilboquet for 2 år siden

Besvaret af Le-Bilboquet for 2 år siden

  • Arkiveret

I am trying to watch Channel 4 dramas which have DRM and cannot adjust my Firefox to allow me to do so. I am unable to click on to this corner and that corner and get the necesary sites to lift DRM. I am 80 years and not an adept 18 year old!

See above on Subject = inability on my laptop with Firefox provider to watch certain dramas/films on 4 due to DRM. My problem is trying to follow the instructions hither… (læs mere)

See above on Subject = inability on my laptop with Firefox provider to watch certain dramas/films on 4 due to DRM. My problem is trying to follow the instructions hitherto given. I just want to be able to access those sites with DRM overlordship getting in the way. I am an old man who is simple-minded, that is, not 18 years and adept at whizzing around laptops.

Stillet af greerhart42 for 2 år siden

Seneste svar af James for 2 år siden

  • Løst
  • Arkiveret

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"… (læs mere)

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

Stillet af web55 for 2 år siden

Besvaret af cor-el for 2 år siden

  • Arkiveret

"Forms and Autofill" section is missing from the Settings page (the Privacy... page)

Hi all. I've been having a problem with Firefox (version 100.0) where the entire "Forms and Autofill" section is missing from the Settings page (the Privacy... page). And… (læs mere)

Hi all. I've been having a problem with Firefox (version 100.0) where the entire "Forms and Autofill" section is missing from the Settings page (the Privacy... page). And of course since that's missing, the corresponding features don't work either. Specifically, I'm trying to get the browser to save my address and credit card info.

I've dug into this quite a bit with no luck. I've tried disabling all extensions. I believe it's supposed to work with native functionality and not require an extension.

I've looked at these articles:

https://support.mozilla.org/bm/questions/1220110 https://support.mozilla.org/en-US/questions/1315704 https://support.mozilla.org/en-US/questions/1324732 https://support.mozilla.org/en-US/kb/firefox-doesnt-save-web-form-entries https://support.mozilla.org/en-US/kb/automatically-fill-your-address-web-forms https://wiki.mozilla.org/Firefox/Features/Form_Autofill

...which led me to verify that these settings are set correctly in about:config :

dom.forms.autocomplete.formautofill = true extensions.formautofill.available = on extensions.formautofill.creditCards.supported = on extensions.formautofill.creditCards.available = true extensions.formautofill.creditCards.enabled = true extensions.formautofill.creditCards.supportedCountries = US,CA,GB,FR,DE (I'm in the US) extensions.formautofill.addresses.supported = on extensions.formautofill.addresses.enabled = true extensions.formautofill.addresses.supportedCountries = US,CA extensions.formautofill.creditCards.hideui = false

The "about:policies#active" page says "The Enterprise Policies service is inactive", which I believe is the correct response.

The "Remember search and form history" setting is enabled.

On "about:support", the "Internationalization & Localization" items are all set to "en-US".

I don't know what else to look for. Very aggravating. Does anyone know how to make this work? It was working for me under Mint just a week ago, but I just switched to Manjaro in the last few days and I'd certainly like to avoid wiping my machine clean again.

Thanks for your help.

---scott

Stillet af Scott Thomason for 2 år siden

Seneste svar af Scott Thomason for 2 år siden

  • Arkiveret

Selectively allow websockets

Firefox supports Websockets, which allows servers to push arbitrary data to the client, instead of having to rely on polling methods via HTTP and JS. Whilst solving one p… (læs mere)

Firefox supports Websockets, which allows servers to push arbitrary data to the client, instead of having to rely on polling methods via HTTP and JS. Whilst solving one problem, it creates another. I do not like the idea that any website can just ask Firefox to make a persistent WS connection without my consent. The same is true for service workers, but (unlike websockets) i'm not at all interested in using those. Luckily there's a configuration option to disable support for websockets, network.websocket.enabled, wich is exactly what i've done.

Is there a way to selectively allow websockets, based on IP or domain? If not, why isn't there one? Am i really the lone outsider who's concerned about security?

Stillet af BjornR1989 for 2 år siden

Seneste svar af cor-el for 2 år siden

  • Løst
  • Arkiveret

Duckduckgo opens links as https://html.duckduckgo.com/html

Hi, I'm using Duckduckgo as my search engine, but when I type in a search string, it Firefox prepends it with https://html.duckduckgo.com/html/... This opens a search p… (læs mere)

Hi,

I'm using Duckduckgo as my search engine, but when I type in a search string, it Firefox prepends it with https://html.duckduckgo.com/html/... This opens a search page that doesn't follow my dark theme. When I click on a link, another link is added that creates a link back to the same URL, causing a loop. This never happened before I upgraded to Ubuntu 22.04 & the latest version of Firefox, 100.0.2. How can I change this back?

Thanks!

   -John

Stillet af jlcenter for 2 år siden

Besvaret af jlcenter for 2 år siden

  • Arkiveret

Figuring out why download dialog pops up randomly

Since about a month, the download dialog pops up multiple times a day (seems randomly; I did not download anything manually). If the list of downloaded files (history in … (læs mere)

Since about a month, the download dialog pops up multiple times a day (seems randomly; I did not download anything manually). If the list of downloaded files (history in download dialog) is not empty, it pops up and stays. If the list of downloaded files is empty, it also pops up randomly and immediately disappears again.

I searched for this issue and found out that the automatically popping up download dialog can be disabled with `browser.download.alwaysOpenPanel=false`. Unfortunately, this is not what I want because the dialog should pop up when a download has been completed - but not randomly.

I would like to find out why this happens because I am a bit afraid that this may be malicious behavior (e.g., triggered by an extension). Do you have any idea where this behavior comes from or how to figure this out? Are there appropriate logs to take a look at? Can I see somehow which Firefox components are active at which point in time?

Edit: Just found other users with the same issue (but no solution, yet): - https://support.mozilla.org/en-US/questions/1370262#answer-1492291 - https://support.mozilla.org/en-US/questions/1370262#answer-1495496

Stillet af ortaly for 2 år siden

Seneste svar af ortaly for 2 år siden

  • Løst
  • Arkiveret

Web Applications are Distorted.

Whenever I use web-applications that use WebGL or anything similar, they are always distorted. And yes, I have tried disabling Performance Settings, but that only slightl… (læs mere)

Whenever I use web-applications that use WebGL or anything similar, they are always distorted. And yes, I have tried disabling Performance Settings, but that only slightly helped.

Stillet af cromeydavid for 2 år siden

Besvaret af cor-el for 2 år siden

  • Arkiveret

Cannot access Primary Email in Firefox Account. There is no Secondary Email set.

A previous company employee set up a Firefox Account, that we release a Firefox Add-On against. This person set up their work account as the Firefox Account Primary Email… (læs mere)

A previous company employee set up a Firefox Account, that we release a Firefox Add-On against. This person set up their work account as the Firefox Account Primary Email and did not set up a Secondary Account. This person left the company, and their email account is no longer available. We now need to update the Add-On. We have authentication information to log into the account, but when we try to access the Add-On/Extension location, the system sends a verification code to the Primary Email. We cannot even set a Secondary Email for the same reason. What can we do since creating a new account will not allow us to access and update the existing Add-On?

Stillet af schoi for 2 år siden

Seneste svar af cor-el for 2 år siden

  • Arkiveret

Disabling Control +w keybind

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference? Also, I realized that: ```browser.tabs.warnO… (læs mere)

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference?

Also, I realized that:

```browser.tabs.warnOnClose False``` Does this option activates warn when closing the tab? If your answer is yes, it is not working at all.

Stillet af maxemilian for 2 år siden

Seneste svar af wtfiwinomgs for 2 år siden

  • Løst
  • Arkiveret

Mendeley Web Extension blocked on PDFs

Hi, I use Mendeley Web Extension to pull articles and other things from Firefox directly into my Mendeley library. I will usually rapidly read through the PDF file onlin… (læs mere)

Hi,

I use Mendeley Web Extension to pull articles and other things from Firefox directly into my Mendeley library. I will usually rapidly read through the PDF file online before deciding to add it or not. For some unknown reason, Firefox blocks the use of Mendeley on PDF file, for security reasons, and I can no longer add them to my library. Most references are only available as PDF files making the add-on completely useless. Is there a security feature that I can disable to be able to use the extension again?

Kind regards,

Mathias

Stillet af mathias.rsl for 2 år siden

Besvaret af TyDraniu for 2 år siden

  • Arkiveret

Did Not Connect: Potential Security Issue - How to override this?

Hi, There are a few websites I need to access for work, but Firefox is not allowing me to open them. It is because the licenses expired yesterday. There is no "Accept th… (læs mere)

Hi,

There are a few websites I need to access for work, but Firefox is not allowing me to open them. It is because the licenses expired yesterday. There is no "Accept the risk and continue" button. Is there way to access these websites on Firefox?

Stillet af urfrndnik for 2 år siden

Seneste svar af cor-el for 2 år siden

  • Arkiveret

downloaded Applications what to do with

I was having problems with my email and was looking more closely at those settings as well as firefox/ deleted cache, cookies , etc. 5 months ago my email was hacked so … (læs mere)

I was having problems with my email and was looking more closely at those settings as well as firefox/ deleted cache, cookies , etc. 5 months ago my email was hacked so I am being extra cautious....

I just discovered there are many items listed that say to save the application. I do not recall adding these.... How did they get there? I recall whatever was listed I chose that I be asked what to do with it. Here is a screenprint so you can see what the items are. I use Linux. The only change I made after seeing this is to ask me about anything not listed. The answer had been to save. Should I change them all to ask me? Most of the items I do not use and or know what they are. Thanks ! [email-removed]

Stillet af libre2012 for 2 år siden

Seneste svar af Terry for 2 år siden

  • Arkiveret

Xbox Series X (and Xbox One) Support

Hey, can you guys add Firefox to the Microsoft Store on Xbox Series X? I love Firefox and want to use it on my Xbox. Please add this it will make me happy. Thanks! … (læs mere)

Hey, can you guys add Firefox to the Microsoft Store on Xbox Series X? I love Firefox and want to use it on my Xbox. Please add this it will make me happy. Thanks!

Stillet af Grape for 2 år siden

Seneste svar af Paul for 2 år siden

  • Arkiveret

Open homepages when Firefox first starts, but blank page in new window

Hi! So I switched from Chrome, and there is one thing that keeps annoying me: the homepage and new window behavior. In Chrome, you could define your pages that load whe… (læs mere)

Hi!

So I switched from Chrome, and there is one thing that keeps annoying me: the homepage and new window behavior.

In Chrome, you could define your pages that load when first launching the browser, but when you open a new window, it would default back to an empty page. This is the behavor that I want.

In Firefox, I only found the solution with setting the browser.startup.page option to 0, so new windows open with a blank page while you could still edit your homepages. But here, I would have to click the homepage button each time I initially start the browser. This is quite annoying, since it would always be an extra step when launching the browser.

Could anyone help me get the behavior like in Chrome? I want Firefox to open my homepages on startup, but use empty pages when it's already open.

Stillet af cs19122005 for 2 år siden

Seneste svar af cs19122005 for 2 år siden