about is an internal URI scheme also known as a "URL scheme" (or, erroneously, "protocol") implemented in various web browsers to reveal internal state and built-in functions. It is an IANA officially registered scheme, and is standardized.
The most commonly implemented <code>about</code> URIs are <code>about:blank</code>, which displays a blank HTML document, and simply <code>about:</code>, which may display information about the browser. Some browsers use URIs beginning with the name of the browser for similar purposes, and many <code>about</code> URIs will be translated into the appropriate URI if entered. Examples are <code>opera</code> (Opera) or <code>chrome</code> (Google Chrome). An exception is <code>about:blank</code>, which is not translated.
In early versions of Netscape, any URI beginning with <code>about:</code> 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, <code>about:</code> followed by a string of HTML (e.g. <code><nowiki>about:<em>hello world</em></nowiki></code>) would render that string as though it were the source of the page â thus providing a similar (though more limited) facility to the defined by . Still other versions of Netscape would return various phrases in response to an unknown <code>about</code> URI, including "Whatchew talkin' 'bout, Willis?" (a catch phrase from the TV show Diff'rent Strokes) or "Homey don't play dat!" (from a recurring skit on the TV show In Living Color).
In 2010, and onwards, there are efforts to standardize the <code>about</code> 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 as . The <code>about</code> URIs that have since been defined and assigned by IANA are listed below.
The following applies to all web browsers that derive from the Chromium project, including Google Chrome, Microsoft Edge, Opera, and Vivaldi.
The above list is not exhaustive; for a full list, see about:about URI.
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.
In Opera, <code>about:</code> is an alias for the <code>opera:</code> scheme; therefore all these URIs also work with about prefixed. User JavaScript is disabled for all URIs in the <code>about:</code> or <code>opera:</code> 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 <code>opera:about</code>.
Internet Explorer about URIs are configurable in Windows. 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 <code>about</code> URI that is not recognized by Internet Explorer redirects to a page saying "Navigation to the webpage was canceled."
The following applies to Microsoft Edge Legacy version 20 through 44. For newer Edge versions, see the Chromium section.
When GNOME Web (formerly Epiphany) used Gecko as its layout engine, all Firefox-specific <code>about:</code> URIs worked in it. After the adoption of WebKit as its layout engine, only the following URIs are supported.
The about: URL originated in and has existed in all versions of Netscape browsers. It was originally added as an Easter egg to display information about the development team.
Older versions of the Netscape browser have an <code>about:people</code> URI that was similar to <code>about:credits</code> above, but it would redirect to Netscape's active employee listing. In addition, <code>about:username</code>, where username is the username of a Netscape employee, would redirect to the Netscape homepage of the employee specified. For example, <code>about:jwz</code> would redirect to <nowiki>http://people.netscape.com/jwz/</nowiki> (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 <code>about:</code> 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 <code>about:global</code> URI.