
where can I get the latest META NAME GENERATOR for firefox 14-1.0
<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 👍 2All Replies (4)
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/
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"/>
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.
Interesting...helpful. Thank You.