Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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

where can I get the latest META NAME GENERATOR for firefox 14-1.0

  • 4 replies
  • 3 have this problem
  • 5 views
  • Last reply by ediversity

more options

<META NAME="GENERATOR" content="Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3" />

But it would contain the latest 14-1.0 at the end

<META NAME="GENERATOR" content="Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3" /> But it would contain the latest 14-1.0 at the end

Chosen solution

Such a name="generator" meta tag usually indicates which editor has been used to create the web page and has no relation to the user agent.

See http://www.w3schools.com/TAGS/att_meta_name.asp

generator 	Specifies the name of the program that generated the document

Spoofing a user agent is quite different and isn't required or recommended for normal usage.

Read this answer in context 👍 2

All Replies (4)

more options

You mean that you want to fake your user-agent? There is an extension called User Agent Switcher.

https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

more options

This is what I meant below. I am running Windows 7 Ultimate Edition on my web site. Is this the correct Meta information that is placed into my index page heading.

<META NAME="GENERATOR" content="Mozilla14 - 1.0 (Windows; U; Windows NT 7; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/14"/>

more options

Chosen Solution

Such a name="generator" meta tag usually indicates which editor has been used to create the web page and has no relation to the user agent.

See http://www.w3schools.com/TAGS/att_meta_name.asp

generator 	Specifies the name of the program that generated the document

Spoofing a user agent is quite different and isn't required or recommended for normal usage.

more options

Interesting...helpful. Thank You.