본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 2 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.

모든 댓글 (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.