Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

When editing portions of URL, Firefox removes "http" and then thinks that the whole thing is a search request

  • 2 odpovede
  • 1 má tento problém
  • 84 zobrazení
  • Posledná odpoveď od wgmoffatt

more options

I frequently need to edit existing URLs slightly, to visit different hosts on our internal network.

For example, I might be currently on

http://1.a.b:1234/?option=true

And I might then want to switch to

http://2.a.b:1234/?option=true

However when I edit the URL to change 1->2, it drops the "http://", and then decides that the whole thing must actually be a search term, and sends it all off to the default search engine.

If it manually put back the "http://" while editing the URL then it works as expected.

How do I stop this behaviour please?

thanks!

I frequently need to edit existing URLs slightly, to visit different hosts on our internal network. For example, I might be currently on http://1.a.b:1234/?option=true And I might then want to switch to http://2.a.b:1234/?option=true However when I edit the URL to change 1->2, it drops the "http://", and then decides that the whole thing must actually be a search term, and sends it all off to the default search engine. If it manually put back the "http://" while editing the URL then it works as expected. How do I stop this behaviour please? thanks!

Vybrané riešenie

Try to set browser.urlbar.trimURLs = false on the about:config page.

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (2)

more options

Vybrané riešenie

Try to set browser.urlbar.trimURLs = false on the about:config page.

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

more options

Amazing, that's exactly what I was looking for!

Thanks!