About URI Scheme
   HOME

TheInfoList



OR:

about is an internal
URI scheme A Uniform Resource Identifier (URI), formerly Universal Resource Identifier, is a unique sequence of characters that identifies an abstract or physical resource, such as resources on a webpage, mail address, phone number, books, real-world obje ...
(also known as a "
URL A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identi ...
scheme" or, erroneously, " protocol") implemented in various
web browser A web browser, often shortened to browser, is an application for accessing websites. When a user requests a web page from a particular website, the browser retrieves its files from a web server and then displays the page on the user's scr ...
s to reveal internal state and built-in functions. It is an IANA officially registered scheme, and is standardized. The most commonly implemented about URIs are about:blank, which displays a blank HTML document, and simply about:, which may display information about the browser. Some browsers use URIs beginning with the name of the browser for similar purposes, and many about URIs will be translated into the appropriate URI if entered. Examples are opera (
Opera Opera is a form of History of theatre#European theatre, Western theatre in which music is a fundamental component and dramatic roles are taken by Singing, singers. Such a "work" (the literal translation of the Italian word "opera") is typically ...
) or chrome (
Google Chrome Google Chrome is a web browser developed by Google. It was first released in 2008 for Microsoft Windows, built with free software components from Apple WebKit and Mozilla Firefox. Versions were later released for Linux, macOS, iOS, iPadOS, an ...
). An exception is about:blank, which is not translated. In early versions of
Netscape Netscape Communications Corporation (originally Mosaic Communications Corporation) was an American independent computer services company with headquarters in Mountain View, California, and then Dulles, Virginia. Its Netscape web browser was o ...
, any
URI Uri may refer to: Places * Canton of Uri, a canton in Switzerland * Úri, a village and commune in Hungary * Uri, Iran, a village in East Azerbaijan Province * Uri, Jammu and Kashmir, a town in India * Uri (island), off Malakula Island in V ...
beginning with about: that wasn't recognized as a built-in command would simply result in the text after the colon being displayed. Similarly, in early versions of
Internet Explorer Internet Explorer (formerly Microsoft Internet Explorer and Windows Internet Explorer, commonly abbreviated as IE or MSIE) is a deprecation, retired series of graphical user interface, graphical web browsers developed by Microsoft that were u ...
, about: followed by a string of
HTML Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
(e.g. about:<em>hello world</em>) would render that string as though it were the source of the page — thus providing a similar (though more limited) facility to the data: URI scheme defined by . Still other versions of Netscape would return various phrases in response to an unknown about URI, including "Whatchew talkin' 'bout, Willis?" (a catch phrase from the TV show ''
Diff'rent Strokes ''Diff'rent Strokes'' is an American television sitcom, which originally aired on NBC from November 3, 1978, to May 4, 1985, and on ABC from September 27, 1985, to March 7, 1986. The series stars Gary Coleman and Todd Bridges as Arnold and ...
'') or "Homey don't play dat!" (from a recurring
skit Skit may refer to: * * A short segment in a performance, such as: ** Sketch comedy ** Hip hop skit ** Puppet skit ** Promo (professional wrestling) * Skit note, parody of a banknote * "Skit", a song by Bad Gyal from '' La joia'', 2024 See als ...
on the TV show ''
In Living Color ''In Living Color'' is an American sketch comedy television series that originally ran on Fox from April 15, 1990, to May 19, 1994. Keenen Ivory Wayans created, wrote and starred in the program. The show was produced by Ivory Way Productions ...
'').


Standardization

In 2010, and onwards, there are efforts to standardize the about URI scheme, and define the processing requirements for some specific URIs, in the IETF Applications Area Working Group (APPSAWG). In August 2012, it was published as an official
Request for Comments A Request for Comments (RFC) is a publication in a series from the principal technical development and standards-setting bodies for the Internet, most prominently the Internet Engineering Task Force (IETF). An RFC is authored by individuals or ...
as . The about URIs that have since been defined and assigned by
IANA The Internet Assigned Numbers Authority (IANA) is a standards organization that oversees global IP address allocation, autonomous system number allocation, root zone management in the Domain Name System (DNS), media types, and other Internet P ...
are listed below.


Common


Chrome and Chromium derivatives

The following applies to all web browsers that derive from the
Chromium Chromium is a chemical element; it has Symbol (chemistry), symbol Cr and atomic number 24. It is the first element in Group 6 element, group 6. It is a steely-grey, Luster (mineralogy), lustrous, hard, and brittle transition metal. Chromium ...
project, including
Google Chrome Google Chrome is a web browser developed by Google. It was first released in 2008 for Microsoft Windows, built with free software components from Apple WebKit and Mozilla Firefox. Versions were later released for Linux, macOS, iOS, iPadOS, an ...
,
Microsoft Edge Microsoft Edge is a Proprietary Software, proprietary cross-platform software, cross-platform web browser created by Microsoft and based on the Chromium (web browser), Chromium open-source project, superseding Edge Legacy. In Windows 11, Edge ...
,
Opera Opera is a form of History of theatre#European theatre, Western theatre in which music is a fundamental component and dramatic roles are taken by Singing, singers. Such a "work" (the literal translation of the Italian word "opera") is typically ...
, and
Vivaldi Antonio Lucio Vivaldi (4 March 1678 – 28 July 1741) was an Italian composer, virtuoso violinist, impresario of Baroque music and Roman Catholic priest. Regarded as one of the greatest Baroque composers, Vivaldi's influence during his lif ...
. The above list is not exhaustive; for a full list, see about:about URI.


Firefox

Many of these can also be used in Thunderbird, by setting them as the "Mail Start Page". Also, some extensions define additional about: URIs not listed here.


Opera (v1–15)

In
Opera Opera is a form of History of theatre#European theatre, Western theatre in which music is a fundamental component and dramatic roles are taken by Singing, singers. Such a "work" (the literal translation of the Italian word "opera") is typically ...
, about: is an alias for the opera: scheme; therefore all these URIs also work with about prefixed. User
JavaScript JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior. Web browsers have ...
is disabled for all URIs in the about: or opera: schemes as a security feature. These pages can, however, be styled using local stylesheets. Despite using an Opera derivative, the Nintendo DS Browser does not support any of the following functions; the Nintendo DSi Browser, however, does support opera:about.


Internet Explorer (6–11)

Internet Explorer about URIs are configurable in
Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
. It is therefore possible that some of the listed URIs will not work on a particular computer. For example, " about:mozilla" was removed in SP2 (although the page can still be found at "res://mshtml.dll/about.moz"). These about URIs are sometimes used for spyware and adware, most notably in CoolWebSearch, which made about:blank display advertisements. Any about URI that is not recognized by Internet Explorer redirects to a page saying "Navigation to the webpage was canceled."


Microsoft Edge Legacy (v20–44)

The following applies to
Microsoft Edge Legacy Microsoft Edge Legacy (often shortened to Edge Legacy), originally released as simply Microsoft Edge or Edge is a discontinued Proprietary Software, proprietary cross-platform software, cross-platform web browser created by Microsoft. Released ...
version 20 through 44. For newer Edge versions, see the Chromium section.


GNOME Web

When
GNOME Web GNOME Web, called Epiphany until 2012 and still known by that code name, is a free and open-source web browser based on the GTK port of Apple's WebKit rendering engine, called WebKitGTK. It is developed by the GNOME project for Unix-like syst ...
(formerly Epiphany) used
Gecko Geckos are small, mostly carnivorous lizards that have a wide distribution, found on every continent except Antarctica. Belonging to the infraorder Gekkota, geckos are found in warm climates. They range from . Geckos are unique among lizards ...
as its layout engine, all Firefox-specific about: URIs worked in it. After the adoption of
WebKit WebKit is a browser engine primarily used in Apple's Safari web browser, as well as all web browsers on iOS and iPadOS. WebKit is also used by the PlayStation consoles starting with the PS3, the Tizen mobile operating systems, the Amazon K ...
as its layout engine, only the following URIs are supported.


Netscape

The about: URL originated in and has existed in all versions of
Netscape Netscape Communications Corporation (originally Mosaic Communications Corporation) was an American independent computer services company with headquarters in Mountain View, California, and then Dulles, Virginia. Its Netscape web browser was o ...
browsers. It was originally added as an
Easter egg Easter eggs, also called Paschal eggs, are eggs that are decorated for the Christian holiday of Easter, which celebrates the resurrection of Jesus. As such, Easter eggs are commonly used during the season of Eastertide (Easter season). The ...
to display information about the development team. Older versions of the
Netscape Netscape Communications Corporation (originally Mosaic Communications Corporation) was an American independent computer services company with headquarters in Mountain View, California, and then Dulles, Virginia. Its Netscape web browser was o ...
browser have an about:people URI that was similar to about:credits above, but it would redirect to Netscape's active employee listing. In addition, about:''username'', where ''username'' is the username of a Netscape employee, would redirect to the Netscape homepage of the employee specified. For example, about:jwz would redirect to http://people.netscape.com/jwz/ (not an active link). Not all employee pages were accessible through this scheme. Only developers who knew which file in the source tree and the encoding scheme used to obfuscate the directory of employee about entries could add their names. Many other about: easter eggs existed, including the famous about:mozilla, and other less known ones that showed pictures of the Netscape mascot Mozilla in various foreign garb, such as ''about:deutsch'' showing Mozilla in Lederhosen. Some versions of Netscape would display the browser history for the about:global URI.


Others

* In
Konqueror Konqueror is a Free and open-source software, free and open-source web browser and file manager that provides World Wide Web, web access and file viewer, file-viewer functionality for file systems (such as local files, files on a remote FTP ser ...
, any about URI except about:blank and about:plugins redirects to about:konqueror, which shows a friendly ‘start’ and navigation page. * In
Internet Explorer for Mac Internet Explorer for Mac (also referred to as Internet Explorer for Macintosh, Internet Explorer Macintosh Edition, Internet Explorer:mac or IE:mac) is a discontinued proprietary web browser developed by Microsoft for the Macintosh platform to b ...
5 was an offline
Easter egg Easter eggs, also called Paschal eggs, are eggs that are decorated for the Christian holiday of Easter, which celebrates the resurrection of Jesus. As such, Easter eggs are commonly used during the season of Eastertide (Easter season). The ...
, accessible by typing ‘about: tasman’, showing the Acid1 test with the text replaced by the names of the developers. *
Safari A safari (; originally ) is an overland journey to observe wildlife, wild animals, especially in East Africa. The so-called big five game, "Big Five" game animals of Africa – lion, African leopard, leopard, rhinoceros, African elephant, elep ...
only recognizes about:blank. *
Microsoft Outlook Microsoft Outlook is a personal information manager software system from Microsoft, available as a part of the Microsoft 365 software suites. Primarily popular as an email client for businesses, Outlook also includes functions such as Calendari ...
supports an additional outlook:today URI, which shows the Outlook Today Screen. This screen shows messages, tasks and appointments; it is also accessible from Internet Explorer. Outlook recognizes about:blank too, but no other "about:" URIs.


References


External links

* - The "about" URI Scheme
About protocol links
in Mozilla and Mozilla Firefox.
about redirectors' source code
in Firefox {{URI scheme Web browsers Mozilla URI schemes