Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

about URI scheme

From Wikipedia, the free encyclopedia
Internal URI scheme
This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "About URI scheme" – news ·newspapers ·books ·scholar ·JSTOR
(September 2010) (Learn how and when to remove this message)
This articlemay contain an excessive amount of intricatedetail that may only interest a particular audience. Please help byspinning off orrelocating any relevant information, and removing excessive detail that may be againstWikipedia's inclusion policy.(March 2021) (Learn how and when to remove this message)
This article needs to beupdated. Please help update this article to reflect recent events or newly available information.(May 2021)
(Learn how and when to remove this message)

about is an internalURI scheme also known as a "URL scheme" (or, erroneously, "protocol") implemented in variousweb browsers to reveal internal state and built-in functions. It is an IANAofficially registered scheme, and is standardized.[1]

The most commonly implementedabout URIs areabout:blank, which displays a blankHTML document, and simplyabout:, which may display information about the browser. Some browsers use URIs beginning with the name of the browser for similar purposes, and manyabout URIs will be translated into the appropriate URI if entered. Examples areopera (Opera) orchrome (Google Chrome). An exception isabout:blank, which is not translated.

In early versions ofNetscape, anyURI beginning withabout: that wasn't recognized as a built-in command would simply result in the text after the colon being displayed. Similarly, in early versions ofInternet Explorer,about: followed by a string ofHTML (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 thedata: URI scheme defined byRFC 2397. Still other versions of Netscape would return various phrases in response to an unknownabout URI, including "Whatchew talkin' 'bout, Willis?" (a catch phrase from the TV showDiff'rent Strokes) or "Homey don't play dat!" (from a recurringskit on the TV showIn Living Color).[2][3]

Standardization

[edit]

In 2010, and onwards, there are efforts to standardize theabout URI scheme, and define the processing requirements for some specific URIs, in the IETF Applications Area Working Group (APPSAWG).[4] In August 2012, it was published as an officialRequest for Comments asRFC 6694. Theabout URIs that have since been defined and assigned byIANA are listed below.[5]

URIPurpose
about:blank[6]References a blank HTML document with the media type text/html and character encoding UTF-8. This is widely used to load blank pages into browsing contexts, such as iframes within HTML, which may then be modified by scripts.
about:legacy-compatA reserved, though unresolvable, URI defined withinHTML5 intended for use in theDOCTYPE designed for compatibility with some legacy authoring tools, such asXSLT, which may not be capable of outputting the more common, shorter alternative that lacks both the PUBLIC and SYSTEM identifiers.<!DOCTYPE html SYSTEM "about:legacy-compat">.
about:srcdocA reserved, though unresolvable, URI defined withinHTML5 intended to be the URI navigated to within iframes whose content comes from the srcdoc attribute.
about:invalidReferences a non-existent document with a generic error condition. Intended for the case where a URL is necessary, but it should not be resolveable.[7]
about:html-kindUsed as an identifier for kinds of media tracks.[8]

Common

[edit]
Common "about:" URIs
URIPurpose
Firefox,SeaMonkey,MozillaGoogle Chrome,ChromiumKonquerorOperaEdgeInternet Explorer
about:Deprecated inFirefox 57 (Firefox Quantum)Redirects to "chrome://version"Redirects to "about:konqueror"Redirects to "opera:about"Redirects to "edge://version"
about:aboutLists all the about: URLs
(Firefox since version 4.0)
Redirects to "chrome://about"; Lists all the chrome: URIs (Works like "chrome://chrome-urls")Redirects to "about:konqueror"Redirects to "opera:about"Redirects to "edge://edge-urls"
about:blankShows a blank document
about:pluginsShows the filename,MIME type, description, suffix, and status of all installed plug-insDeprecated in Chrome 57[9]Shows the filename,MIME type, description, suffix, and status of all installed plug-insRedirects to "opera:plugins"
about:cacheShows information about the Cache Service.Deprecated in Chrome 66[10]Redirects to "about:konqueror"Redirects to "opera:cache"
about:mozillaShows a page from the fictionalBook of Mozilla. In some versions of Netscape, also replaced the meteors in the standard Netscapethrobber with a large fire-breathing lizard.Redirects to "about:konqueror"Shows a blank HTML document with ablue background. Removed inWindows XPSP2. (The blue page can still be seen at "res://mshtml.dll/about.moz" instead.)

Chrome and Chromium derivatives

[edit]

The following applies to all web browsers that derive from theChromium project, includingGoogle Chrome,Microsoft Edge,Opera, andVivaldi.

Chrome-specific "about:" URIs
URI[11]Purpose
about:cacheDeprecated in version 66[10]
about:crashCrashes the current rendering process. (This causes the "Aw, snap!" crash notification page to be displayed.)
about:creditsDisplays the list of free and open source software used in the browser, and their associated licenses.
about:dinoDisplayed when the browser cannot connect to the target URL, this page contains an Easter Egg: Pressing the Space Bar key starts the _Dino_ minigame, which involves making a dinosaur jump over obstacles. Microsoft Edge doesn't feature this page, having replaced it withabout:surf (see below.)[12]
about:dnsDisplays the DNS records
about:flagsDisplays a page where experimental features can be configured by settingfeature flags.
about:gpuDisplays information about WebGL and hardware accelerated graphics.
about:histogramsDisplays histograms
about:inducebrowsercrashforrealzCrashes the Google Chrome browser. This is designed for developers to test what happens when the Google Chrome browser crashes. Additionally, crashes Chromebooks entirely due to them running on Google Chrome.
about:internetsOn particular versions of Windows, displays a page entitled "Don't Clog the Tubes!" which renders a page with an animation of theMicrosoft Windows "3D Pipes" screensaver. Does not work onWindows Vista due to the pipes screen saver no longer being supported for releases after the 2.0.169.1 release.
about:killSame asabout:crash, but with a violet background color and the message "He's Dead, Jim!" Occurs when the OS runs out of memory or the browser is killed by an external cause, such as the OS shutting down.
about:labsMoved toabout:flags in Chrome Dev channel 8.0.552.11
about:memoryDisplays the process manager
about:net-internalsProvides an interface for monitoring the network usage and performance statistics
about:pluginsShows installed plug-ins (Deprecated in Chrome 57)[9]
about:sandboxShows which sandbox protection mechanisms are currently enabled.
about:shorthangHangs the tab's process, making it become unresponsive. This is designed for testing the hanging protection.
about:statsDisplays statistics about processes. At the top of the page, it states "Shhh! This page is secret!"
about:versionDisplays version information, same asabout:

The above list is not exhaustive; for a full list, seeabout:about URI.

Firefox

[edit]

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.[13]

Mozilla-specific "about:" URIs
URIsPurpose
FirefoxSeaMonkey,Mozilla Application Suite
about:addonsShows installed addons, plugins, themes, and provides an interface for installing new addons (Firefox 4+ and SeaMonkey 2.1+)
about:app-managerShows theFirefox OS Simulator
about:bloatDisplays BloatView output (disabled in release builds). Superseded byabout:memory on Gecko 1.9.2.[14]
about:bloat?newTBA
about:bloat?clearTBA
about:blockedShows themalware protection page used when the browser identifies a page as not safe for viewing (Firefox 3+)
about:buildconfigShows the arguments and options used to compile the build in use
about:cacheShows information about the Cache Service. Number of entries, location of cache, size of cache, etc. for both memory and disk cache.
about:cache?device=memoryShows individual entries in memory
about:cache?device=diskShows individual entries on disk
about:cache?device=offlineShows individual entries for offline viewing (Gecko 1.9+)
about:cache-entryShows information about a cache entry. Used in about:cache links. Requires parameters.
about:certerrorShows the error page used when anSSL/TLS certificate is untrusted or otherwise invalid
about:configShows an interface for viewing and setting a wide variety of configuration variables, many of which are not otherwise accessible through theGUI (options panels).

The known earliest use of about:config dates back to Netscape 4.x, where it was not possible to edit the settings from the browser.

about:config settings first became modifiable inMozilla Application Suite.

On first use, about:config displays a message which tells the user that the settings might void the warranty and they can be "Harmful to the stability, security, and performance of this application." The message about voiding one's warranty is a joke, as Mozilla Firefox ships without a warranty of any kind.[15] The message has a checkbox to turn it off.

about:crashesShows details of crashes submitted by Mozilla's crash reporter (Firefox 3+, SeaMonkey 2.0+)
about:creditsShows a list of all those who contributed to Mozilla
about:devtoolsShows the welcome page used by Firefox Developer Tools
about:downloadsShows a list of downloaded files
about:feedsShows the page used when clicking the rss feed icon in the address bar
about:healthreportShows the Firefox Health Report
about:homeShows the Firefox 4 default home page
about:jetpackShows an interface for viewing and setting theJetPack extension
about:licenceThe equivalent ofabout:license in the British English localizations of Firefox. (SeeAmerican and British English spelling differences). Not available since Firefox 4.
about:licenseShows theMozilla Public License (and theNetscape Public License) for the piece of software (Gecko 1.8+)
about:logoShows the logo used on theabout: screen
about:memoryShows memory usage (Firefox 3.6+)
about:mozillaEaster egg, shows a verse fromThe Book of Mozilla
about:neterrorShows the error page used when the browser could not access the requested path
about:newaddonThis URI is not registered. However, when the user tries tosideload an add-on, a dialog box bearing this URI appears. asking for the user's explicit consent.
about:newtabShows a grid of favourite and most-visited websites (Firefox 13+)
about:permissionsShows permissions for all sites on Firefox 6.0a1
about:pluginsShows installed, currently enabled plug-ins
about:preferencesShows the new preferences page
about:privatebrowsingCan be used to switch to private browsing mode. It shows a message indicating that Firefox will not remember any history for the current session. Note: It does not show URI on the address bar
about:reader?url=Opens the specified URL in Reader Mode. For example,about:reader?url=http://example.com.
about:rightsShows licensing information
about:robotsEaster egg, beginning with March 8, 2008 trunk builds. The title of a window citesthe iconic phrase ofThe Day the Earth Stood Still.[16] The page's prose citesIsaac Asimov's first law of robotics.
about:sessionrestoreShows an interface for viewing about last session.
about:startpageIn Ubuntu, shows the Ubuntu start page with the current search engine (if the "Ubuntu Firefox Modifications – ubufox" add-on is installed)
about:supportShows troubleshooting information (Firefox 3.6+, SeaMonkey 2.1+)
about:sync-tabsShows list of tabs from other computers. Requires enabled synchronization.
about:tabcrashedContains the text displayed when atab crashes. Added in Firefox 25.
about:webrtcShows an interface forWebRTC internals
about:welcomeShows the welcome page used by Firefox

Opera (v1–15)

[edit]

InOpera,about: is an alias for theopera: scheme; therefore all these URIs also work with about prefixed. UserJavaScript is disabled for all URIs in theabout: oropera: schemes as a security feature. These pages can, however, be styled using localstylesheets.

Despite using an Opera derivative, theNintendo DS Browser does not support any of the following functions; theNintendo DSi Browser, however, does supportopera:about.

Opera-specific "about:" URIs
URIsPurpose
opera:blankMaps to about:blank
opera:aboutProvides info about the browser and the configured paths
about:operaMaps to opera:about
opera:cacheShows the content of the cache
opera:configShows a page that allows changing of numerous browser preferences, many of which cannot be accessed through the normal Preferences window (Opera 9.0 and newer)
opera:drivesShows the local drives of the host system
opera:historyShows the content of the browser history
opera:historysearchShows the start page of internal search engine for the browser history (Opera 9.5 and newer)
opera:pluginsShows installed plug-ins. Opera 11 and newer allow individual plug-ins to be disabled from this page.
opera:buttonDefines a custom button as a set of Opera actions. (Note: This does not work directly, all button parameters as on CustomButtons need be specified.)
opera:helpShortcut to the help directory. This can be either local or external.
opera:debugShows a page that allows changing of settings for remote debug of Opera viaOpera Dragonfly (Opera 9.5 and newer)
opera:memdebugShows debug information about memory usage (Opera 9.5 and newer)
opera:webstorageShows the browser'sWeb Storage (Opera 10.5 and newer)
opera:webdatabasesShows the browser's Web Storage databases (Opera 10.5 and newer)
opera:gpuShows information about hardware accelerated graphics and GPU support
opera:cpuDisplays CPU usage (Opera 12 beta and newer)

Internet Explorer (6–11)

[edit]

Internet Explorer about URIs are configurable inWindows. 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 inCoolWebSearch, which made about:blank display advertisements.

Anyabout URI that is not recognized by Internet Explorer redirects to a page saying "Navigation to the webpage was canceled."

Internet Explorer-specific "about:" URIs
URIPurposeSupported versions
about:homeDisplays the user's home page.6, 7, 9, 10, 11 (not 8)
about:desktopitemnavigationfailureDisplays the "navigation cancelled" page.6–8
about:navigationcanceled
about:navigationfailure
about:noadd-onsAppears when add-ons are disabled to notify the users of a change in their web browsing experience.7–11
about:noadd-onsinfoContains information about add-ons and what they do.7–11
about:offlineinformationInforms the user that the current page cannot be viewed offline.Internet Explorer 9 and later do not support offline browsing.6–8
about:postnotcachedInforms the user that the current page needs to refresh and any information entered in a form will have to be re-posted.6–11
about:securityriskInforms the user not to browse with the current security settings because they may be harmful to the computer.6–11
about:tabsInforms the user abouttabbed browsing. Internet Explorer shows this page upon creating a new tab if the "Open home page for new tabs instead of a blank page" setting is enabled.7–11
about:inprivateAppears when the use initiatesInPrivate Browsing; contains information about this feature.9–11
about:compatDisplays a table of sites and the document rendering emulation mode configured for maximum backward compatibility.[17]11
about:newsfeedDisplays Internet Explorer 11's signature start page. It contains aMicrosoft Bing search bar at the top, followed by a customizable row of tiles pertainingbookmarked website, a row of news topic category selection links, and an infinitely scrolling news aggregation feed.11

Microsoft Edge Legacy (v20–44)

[edit]

The following applies toMicrosoft Edge Legacy version 20 through 44. For newer Edge versions, seethe Chromium section.

Microsoft Edge Legacy-specific "about:" URIs
URIPurpose
about:homeShows the content that would be shown if the home button were pressed
about:flagsDisplays a list of Developer Setting and Experimental features
about:startShows the customizable (default) start page.
about:configRedirects to about:flags
about:tabsShows the (default) new tab page.
about:compatShows the Enterprise Mode list (if configured)
about:edgeShows the Edge logo.
about:inprivateShows the inprivate information tab.
about:surfA surfing game easter egg.

GNOME Web

[edit]

WhenGNOME Web (formerly Epiphany) usedGecko as its layout engine, all Firefox-specificabout: URIs worked in it. After the adoption ofWebKit as its layout engine, only the following URIs are supported.[citation needed]

GNOME Web-specific "about:" URIs
URIPurpose
about:pluginsShows installed plug-ins.
about:memoryShows details about memory usage.
about:epiphanyDisplays the following message:[18]

Il semble que la perfection soit atteinte non quand il n'y a plus rien à ajouter, mais quand il n'y a plus rien à retrancher.

Translation:

It seems that perfection is attained not when there remains nothing to add, but when there remains nothing to remove.

It is a quote from Chapter 3 of Saint-Exupéry's memoirTerre des Hommes (titledWind, Sand and Stars in its English translation by Lewis Galantiere).

about:applicationsInterface for managing theWeb Application Mode, supported since release 3.2.[19]
about:overviewDisplays a grid of thumbnails for the more visited websites.
about:gpuDisplays information about WebGL and hardware accelerated graphics.
about:webDisplays the browser and its engine information, same as about:
about:incognitoDisplays information about incognito mode. Is a blank page in non-incognito mode.

Netscape

[edit]

The about: URL originated in and has existed in all versions ofNetscape browsers. It was originally added as anEaster egg to display information about the development team.[20]

Older versions of theNetscape browser have anabout:people URI that was similar toabout:credits above, but it would redirect to Netscape's active employee listing. In addition,about:username, whereusername is the username of a Netscape employee, would redirect to the Netscape homepage of the employee specified. For example,about:jwz would redirect tohttp://people.netscape.com/jwz/ (not an active link).[21] 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.[citation needed]

Many otherabout: 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 asabout:deutsch showing Mozilla in Lederhosen.[22]

Some versions of Netscape would display the browser history for theabout:global URI.[22]

Others

[edit]
  • InKonqueror, anyabout URI exceptabout:blank andabout:plugins redirects toabout:konqueror, which shows a friendly ‘start’ and navigation page.
  • InInternet Explorer for Mac 5 was an offlineEaster egg, accessible by typing ‘about:tasman’, showing theAcid1 test with the text replaced by the names of the developers.[23]
  • Safari only recognizesabout:blank.
  • Microsoft Outlook supports an additionaloutlook:today URI, which shows the Outlook Today Screen. This screen shows messages, tasks and appointments; it is also accessible from Internet Explorer. Outlook recognizesabout:blank too, but no other "about:" URIs.

References

[edit]
  1. ^"Uniform Resource Identifier (URI) Schemes".www.iana.org. Retrieved2016-09-28.
  2. ^Dominik Hoffmann (1996-06-14)."Special Netscape URLs for cache diagnostics?".Newsgroupcomp.infosystems.www.browsers.mac. Retrieved2012-09-29.
  3. ^Matthew Paul Thomas (2000-06-23)."Weird easter egg in NN 3.0 or 3.01". Retrieved2012-09-29.
  4. ^"Appsawg Status Pages". IETF.
  5. ^""about" URI Tokens".www.iana.org. Retrieved2017-06-28.
  6. ^RFC 6694
  7. ^"CSS Values and Units Module Level 3".www.w3.org. Retrieved2017-06-28.
  8. ^"HTML Standard".
  9. ^ab"Issue 615738: Deprecate "chrome :// plugins"".bugs.chromium.org. Retrieved2022-03-28.
  10. ^ab"Issue 811956: Remove "chrome :// view-http-cache"".bugs.chromium.org. Retrieved2022-03-28.
  11. ^"AboutLinks".code.google.com/. Google Code. 22 December 2010. Archived fromthe original on 12 September 2014. Retrieved19 September 2014.
  12. ^Gunnell, Marshall (26 September 2020)."36 Hidden Google Search Games and Easter Eggs".How-To Geek. LifeSavvy Media.
  13. ^"About protocol links". mozillaZine. Retrieved19 September 2014.
  14. ^"Debugging memory leaks". Mozilla Developer Network. Archived fromthe original on 2010-12-23. Retrieved2010-08-10.
  15. ^"446704 - "This might void your warranty!" is not appreciated by corporate customers".Bugzilla. Mozilla. 2008-07-22. Retrieved2014-07-07.
  16. ^"Bug 417302 — about:robots". Mozilla Project Bugzilla.
  17. ^"Enterprise Mode and the Enterprise Mode Site List (Internet Explorer 11 for IT Pros)". Docs.microsoft.com. Retrieved2018-06-19.
  18. ^"Screenshot of Epiphany 3.4".
  19. ^"NEWS file". The GNOME Project'sgit repository. Retrieved2011-10-17.
  20. ^"A short history of the about: URL".
  21. ^"About: Netscape People". Yikes!. Archived fromthe original on 2006-05-20. Retrieved2006-04-21.
  22. ^ab"This page is dedicated to Netscape Navigator 3.0b4 and followers, oops Mozilla 3.0b4 and friends!". Archived fromthe original on 2020-10-24. Retrieved2010-11-16.
  23. ^"Internet Explorer Easter Egg — IE5 Mac Team". The Easter Egg Archive. 2000-06-19.

External links

[edit]
Official
Unofficial
Retrieved from "https://en.wikipedia.org/w/index.php?title=About_URI_scheme&oldid=1308814954"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp