Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Trying to open a local file but the adress keeps getting wrongly formatted

  • 2 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par Terry

more options

Hey,

I'm trying to automate the opening of a file whose local adress is file:///config/dowloads/... The problem is that firefox keeps reformating that Url.

First it was putting Http:// and www. in front of it with .com at the end. So i went to about:config and disabled browser.fixup.alternate.enabled.

But now, instead of file:///config , it puts file///config. It removes the colon

I tried enabling and disabling some more config options(in browser.urlbar and browser.fixup) but to no results.

It's very frustating, i just want to go the the goddamn page i asked, not a reformatted on.

Hey, I'm trying to automate the opening of a file whose local adress is file:///config/dowloads/... The problem is that firefox keeps reformating that Url. First it was putting Http:// and www. in front of it with .com at the end. So i went to about:config and disabled browser.fixup.alternate.enabled. But now, instead of file:///config , it puts file///config. It removes the colon I tried enabling and disabling some more config options(in browser.urlbar and browser.fixup) but to no results. It's very frustating, i just want to go the the goddamn page i asked, not a reformatted on.

Toutes les réponses (2)

more options

After more investigation, i found out, that it actually did not remove the http://, but only hid it. So i set browser.urlbar.trim to false. ANd now i get http://file:///config/...

SO what i need is to stop http:// to be added automatically and i'm good. (not simply make it invisble)

Any ideas?

more options

How are you trying to automate the opening of the file? The simplest way is to bookmark it.