Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Disable firefox's appending of www and .com/.net

  • 10 replies
  • 1 has this problem
  • 22 views
  • Last reply by Statharas

more options

I find this a security hole, especially if you're not the owner of a specific .net alternative of a domain.

Is there any way to disable them? I something hit shift+enter when submitting and it's really annoying.

Older versions of Firefox used to use addons to fix this behavior, but Quantum doesn't support them.

I find this a security hole, especially if you're not the owner of a specific .net alternative of a domain. Is there any way to disable them? I something hit shift+enter when submitting and it's really annoying. Older versions of Firefox used to use addons to fix this behavior, but Quantum doesn't support them.

All Replies (10)

more options

SAFE MODE

In Firefox Safe mode these changes are effective:

  • all extensions are disabled (about:addons)
  • default theme is used (no persona)
  • userChrome.css and userContent.css are ignored (chrome folder)
  • default toolbar layout is used (file: localstore-safe.rdf)
  • Javascript JIT compilers are disabled (prefs: javascript.options.*jit)
  • hardware acceleration is disabled (Options > Advanced > General)
  • plugins are not affected
  • preferences are not affected

TEST

more options

Uh. This isn't an addon feature. This is built in since the early days of FF. It happens when you type something in the address bar (e.g. wanting to search by typing a word) and hitting shift+enter instead of just enter

more options

These are the two about:config prefs that I am aware of:

browser.fixup.alternate.prefix;www. browser.fixup.alternate.suffix;.com

more options

Yeah, thing is, that part of about:config doesn't even do much. I blanked out prefix and suffix, .enabled=false, yet it still happens with CTRL, but only with the prefix.

more options

You need to flip the main switch:

  • browser.fixup.alternate.enabled = false

You can reset the other two prefs you changed.

more options

Modified by cor-el

more options

Tried it, didn't work at all

more options

Tried it, didn't work at all

more options

See:

  • bug 469157#c1 - browser.fixup.alternate.enabled being set to false has no effect. domain guessing still works.

(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)

more options

Thus CTRL+Enter is not affected by Fixup. Eh. I'm starting to think I should just download the source...