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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

I have a blank entry in my about:config

  • 10 bhfreagra
  • 8 leis an bhfadhb seo
  • 10 views
  • Freagra is déanaí ó FredMcD

more options

I was looking at my about:config, and noticed a blank entry.
Anyone know what this is for? Should I remove it?

I was looking at my about:config, and noticed a blank entry.<br> Anyone know what this is for? Should I remove it?
Attached screenshots

Athraithe ag FredMcD ar

Réiteach roghnaithe

You can remove user_pref("", false); from prefs.js Maybe you once created a new pref and didn't specify a name.

Read this answer in context 👍 0

All Replies (10)

more options

If you remove it, does it come back? (By remove, I mean, right-click>Reset, then close about:config, then open it again to confirm it was removed.)

Could it be from a broken/corrupted line in a user.js file?

Otherwise, perhaps a glitch in an extension.

more options

Also, your Firefox identified itself to the forum as version 51. An update is available: this article describes how to get Firefox 53 using the "About Firefox" dialog on the help menu: Update Firefox to the latest release.

If something is holding you back from upgrading to Firefox 53, please let us know so we can suggest solutions or workarounds. Version 51 is not secure; Mozilla discloses security flaws after each new release.

Sometimes Firefox reports the wrong version because that information was saved in a preferences file. If the "About Firefox" dialog (see first article link) shows Firefox 53.0, you may need to clear out that incorrect information. See: How to reset the default user agent on Firefox.

more options

I would assume that this is a pref who's name consists of a space or other unprintable character. You can possibly check this by copying the complete pref to the clipboard and paste it between double quotes or other text.

more options

jscher2000 said

your Firefox identified itself to the forum as version 51

Yes, I am keeping 51 but 53 is on my system.

more options

cor-el said

I would assume that this is a pref who's name consists of a space or other unprintable character.

No, I checked by copying the entry to Word. No entry other than the value.

jscher2000 said

Could it be from a broken/corrupted line in a user.js file?

No way to tell.

more options

FredMcD said

jscher2000 said
Could it be from a broken/corrupted line in a user.js file?

No way to tell.

If you have a user.js file in your profile folder, you can right-click > Edit it in Notepad (or right-click > Open With your preferred text editor). Each line should start with userpref( and have the preference name in quotation marks. Hopefully you can spot any that seem odd, although Notepad is not the most sophisticated editor. Of course, this file should only exist if you need it; there's no standard content for user.js.

more options

Did you check the prefs.js file?

This file should store all user set prefs.

more options

I looked in the user.js file. Nothing odd here.

And I found this in the prefs.js file; user_pref("", false);

more options

Réiteach Roghnaithe

You can remove user_pref("", false); from prefs.js Maybe you once created a new pref and didn't specify a name.

more options

I will remove it. Thank you for your help guys.