Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Web browser
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Software used to access websites}} {{pp-semi-indef|small=yes}} {{Use American English|date=October 2022}} {{Use dmy dates|date=August 2022}} [[File:Safari 15.png|thumb|right|A web browser ([[Safari (web browser)|Safari]]) displaying a [[web page]]]] A '''web browser''', often shortened to '''browser''', is an [[Application software|application]] for accessing [[website]]s. When a [[User (computing)|user]] requests a [[web page]] from a particular website, the browser retrieves its [[Computer file|files]] from a [[web server]] and then displays the page on the user's screen. Browsers can also display content stored locally on the user's device. Browsers are used on a range of devices, including [[desktop computer|desktops]], [[laptop]]s, [[tablet computer|tablets]], [[smartphone]]s, [[smartwatch]]es and [[Video game console|consoles]]. As of 2024, the most used browsers worldwide are [[Google Chrome]] (~66% [[market share]]), [[Safari (web browser)|Safari]] (~16%), [[Microsoft Edge|Edge]] (~6%), [[Firefox]] (~3%), [[Samsung Internet]] (~2%), and [[Opera (web browser)|Opera]] (~2%).<ref name="statcounter">{{cite web |title=Browser Market Share Worldwide |url=https://gs.statcounter.com/browser-market-share |access-date=21 March 2025 |publisher=[[StatCounter]]}}</ref><ref name="cloudflare">{{cite web|last=|first=|title=Browser Market Share Report for 2024 Q1|website=cloudflare.com|publisher=Cloudflare, Inc.|date=May 3, 2024|url=https://radar.cloudflare.com/reports/browser-market-share-2024-q1|access-date=March 22, 2025}}</ref> As of 2023, an estimated 5.4 billion people had used a browser.<ref>{{Cite web |title=World Internet Users Statistics and 2023 World Population Stats|url=https://www.internetworldstats.com/stats.htm |archive-url=https://web.archive.org/web/20240523140912/https://www.internetworldstats.com/stats.htm|access-date=21 March 2025 |website=www.internetworldstats.com|archive-date=23 May 2024|url-status=dead}}</ref> ==Function== [[File:Web browser demo.webm|thumb|Navigating to [[English Wikipedia]] using a web browser ([[Firefox]])]] The purpose of a web browser is to fetch content and display it on the user's device.<ref>{{Cite web|url=https://www.reference.com/humanities-culture/purpose-browser-e61874e41999ede|title=What Is the Purpose of a Web Browser?|date=4 August 2015}}</ref> This process begins when the user inputs a [[Uniform Resource Locator]] (URL), such as ''<code><nowiki>https://en.wikipedia.org/</nowiki></code>'', into the browser's [[address bar]]. Virtually all URLs on [[World Wide Web|the Web]] start with either ''<code>http:</code>'' or ''<code>https:</code>'' which means they are retrieved with the [[HTTP|Hypertext Transfer Protocol]] (HTTP). For [[HTTPS|secure mode]] (HTTPS), the connection between the browser and [[web server]] is [[encryption|encrypted]], providing a [[communications security|secure]] and [[information privacy|private]] data transfer.<ref>{{Cite web |url=https://www.techtarget.com/whatis/definition/HTTP-Hypertext-Transfer-Protocol|title=What is HTTP and how does it work? Hypertext Transfer Protocol Definition|website=WhatIs.com}}</ref> For this reason, a web browser is often referred to as an HTTP client<ref>{{Cite web |last=Steelman |first=Liz |date=2024-07-28 |title=What Is a Web Browser? Web Browser Definition |url=https://www.wix.com/encyclopedia/definition/web-browser |access-date=2025-03-21 |website=wix-encyclopedia |language=en}}</ref><ref>{{Cite web |title=HTTP |url=https://paws.wcu.edu/holliday/cware/Web/HTTP.html |access-date=2025-03-21 |website=paws.wcu.edu}}</ref> or a [[user agent]]. Requisite materials, including text, [[Style sheet (web development)|style sheets]], [[images]], and other types of [[Website#Multimedia_and_interactive_content|multimedia]], are [[downloaded]] from the server. Once the materials have been downloaded, the web browser's [[Browser engine|engine]] (also known as a layout engine or rendering engine) is responsible for converting those resources into an interactive visual representation of the page on the user's device.<ref name=behindscene>{{cite web|url=http://taligarsiel.com/Projects/howbrowserswork1.htm|title=Behind the scenes of modern web browsers|publisher=Tali Garsiel|access-date=21 April 2018}}</ref> Modern web browsers also contain separate [[JavaScript engine|JavaScript engines]] which enable more complex interactive applications inside the browser.<ref name="howBlinkWorks">{{cite web |title=How Blink Works |url=https://docs.google.com/document/d/1aitSOucL0VHZa9Z2vbRJSyAIsAz24kX8LFByQ5xQnUg |access-date=12 March 2024}}</ref> A web browser that does not render a [[graphical user interface]] is known as a [[headless browser]]. Web pages usually contain [[hyperlink]]s to other pages and resources. Each link contains a URL, and when it is [[point and click|clicked]] or [[touchscreen|tapped]], the browser navigates to the new resource. Most browsers use an internal [[web cache|cache]] of web page resources to improve loading times for subsequent visits to the same page. The cache can store many items, such as large images, so they do not need to be downloaded from the server again. Cached items are usually only stored for as long as the web server stipulates in its HTTP response messages.<ref>{{Cite book |last1=Nguyen |first1=Hoai Viet |last2=Lo Iacono |first2=Luigi |last3=Federrath |first3=Hannes |chapter=Systematic Analysis of Web Browser Caches |date=2018-10-03 |title=Proceedings of the 2nd International Conference on Web Studies |chapter-url=https://doi.org/10.1145/3240431.3240443 |series=WS.2 2018 |location=New York, NY, USA |publisher=Association for Computing Machinery |pages=64β71 |doi=10.1145/3240431.3240443 |isbn=978-1-4503-6438-6}}</ref><ref>{{Cite journal |last1=Mishra |first1=Vikas |last2=Laperdrix |first2=Pierre |last3=Rudametkin |first3=Walter |last4=Rouvoy |first4=Romain |date=2021-04-01 |title=DΓ©jΓ vu: Abusing Browser Cache Headers to Identify and Track Online Users |url=https://petsymposium.org/popets/2021/popets-2021-0033.php |journal=Proceedings on Privacy Enhancing Technologies |language=en |volume=2021 |issue=2 |pages=391β406 |doi=10.2478/popets-2021-0033 |issn=2299-0984|hdl=20.500.12210/57495 |hdl-access=free }}</ref> A web browser is not the same thing as a [[search engine]], though the two are often confused.<ref>{{cite AV media |url=https://www.youtube.com/watch?v=o4MwTvtyrUQ |archive-url=https://ghostarchive.org/varchive/youtube/20211211/o4MwTvtyrUQ| archive-date=11 December 2021 |url-status=live|title=What is a Browser? |date=30 April 2009 |publisher=Google (on YouTube) |quote=Less than 8% of people who were interviewed on this day knew what a browser was.}}</ref><ref>{{cite web|url=https://blog.mozilla.org/en/internet-culture/mozilla-explains/internet-search-engine-browser/ |title=What is the difference between the internet, browsers, search engines and websites? |date=17 June 2021|publisher=Mozilla |quote=Letβs start by breaking down the differences between the internet, browsers, search engine, and websites. Lots of us get these four things confused with each other.}}</ref> A search engine is a website that provides [[hyperlink|links]] to other websites and allows users to search for specific resources using a textual [[Web query|query]]. However, web browsers are often used to access search engines, and most modern browsers allow users to access a default search engine directly by typing a query into the address bar.<ref>{{Cite web |last=Manasa |first=D. |date=19 July 2011 |title=Difference Between Search Engine and Browser |url=https://www.differencebetween.net/technology/internet/difference-between-search-engine-and-browser/ |website=differencebetween.net}}</ref> ==History== {{Main|History of the web browser}} The first web browser, called [[WorldWideWeb]], was created in 1990 by Sir [[Tim Berners-Lee]].<ref>{{cite web | url=https://www.w3.org/People/Berners-Lee/WorldWideWeb.html |title=Tim Berners-Lee: WorldWideWeb, the first Web client |publisher=[[World Wide Web Consortium]]}}</ref><ref>{{cite web |url=https://livinginternet.com/w/wi_browse.htm |title=Web Browser History |last=Stewart| first=William |archive-date=20 January 2011|archive-url=https://web.archive.org/web/20110120213137/http://www.livinginternet.com/w/wi_browse.htm |url-status=live}}</ref> He then recruited [[Nicola Pellow]] to write the [[Line Mode Browser]], which displayed web pages on [[dumb terminals]].<ref name=":5">{{Cite book|last1=Gillies |first1=James |last2=Cailliau |first2=R. |url=https://archive.org/details/howwebwasbornsto00gill|title=How the Web was Born: The Story of the World Wide Web |publisher=Oxford University Press|year=2000|isbn=0192862073 |pages=[https://archive.org/details/howwebwasbornsto00gill/page/6 6]|url-access=registration}}</ref> The [[Mosaic (web browser)|Mosaic]] web browser was released in April 1993, and was later credited as the first web browser to find mainstream popularity.<ref>{{Cite magazine |last=Calore |first=Michael |date=2010-04-22 |title=April 22, 1993: Mosaic Browser Lights Up Web With Color, Creativity |language=en-US |magazine=Wired |url=https://www.wired.com/2010/04/0422mosaic-web-browser/ |access-date=2022-10-31 |issn=1059-1028}}</ref><ref name="bloomberg">{{cite news |date=17 March 2011 |title=Bloomberg Game Changers: Marc Andreessen |publisher=Bloomberg |url=https://www.bloomberg.com/video/67758394 |access-date=7 December 2011}}</ref> Its innovative [[graphical user interface]] made the [[World Wide Web]] easy to navigate and thus more accessible to the average person. This, in turn, sparked the Internet boom of the 1990s, when the Web grew at a very rapid rate.<ref name="bloomberg" /> The lead developers of Mosaic then founded the [[Netscape]] corporation, which released the Mosaic-influenced [[Netscape Navigator]] in 1994. Navigator quickly became the [[Usage share of web browsers#Older reports (pre-2000)|most popular]] browser.<ref>{{Cite web|url=https://www.mwdwebsites.com/nj-web-design-web-browsers.html|title=The Evolution of the Web Browsers|last=Enzer|first=Larry|date=31 August 2018|website=Monmouth Web Developers|access-date=31 August 2018|archive-date=31 August 2018|archive-url=https://web.archive.org/web/20180831174847/https://www.mwdwebsites.com/nj-web-design-web-browsers.html|url-status=dead}}</ref> [[Microsoft]] debuted [[Internet Explorer]] in 1995, leading to a [[browser war]] with Netscape. Within a few years, Microsoft gained a dominant position in the browser market for two reasons: it bundled Internet Explorer with its popular [[Microsoft Windows|Windows]] [[operating system]] and did so as [[freeware]] with no restrictions on usage. The market share of Internet Explorer peaked at over 95% in the early 2000s.<ref name="searchenginejournal.com">{{cite news |url=https://www.searchenginejournal.com/mozilla-firefox-internet-browser-market-share-gains-to-74/1082/ |title=Mozilla Firefox Internet Browser Market Share Gains to 7.4% | first=Loren | last=Baker | work=Search Engine Journal |date=24 November 2004}}</ref> In 1998, Netscape launched what would become the [[Mozilla Foundation]] to create a new browser using the [[open-source software]] model. This work evolved into the [[Firefox]] browser, first released by Mozilla in 2004. Firefox's market share peaked at 32% in 2010.<ref>{{Cite web|last=Routley|first=Nick|date=20 January 2020|title=Internet Browser Market Share (1996β2019)|url=https://www.visualcapitalist.com/internet-browser-market-share/|access-date=4 November 2021|website=Visual Capitalist|language=en-US}}</ref> [[Apple Inc.|Apple]] released its [[Safari (web browser)|Safari]] browser in 2003; it remains the dominant browser on Apple devices, though it did not become popular elsewhere.<ref name="browsershare">{{cite web|title=StatCounter August 2011 data|url=http://gs.statcounter.com/#browser-ww-monthly-201108-201108-bar|access-date=8 May 2021}}</ref> [[Google]] debuted its [[Google Chrome|Chrome]] browser in 2008, which steadily took market share from Internet Explorer and became the most popular browser in 2012.<ref>{{cite web | url=https://digitaltrends-uploads-prod.s3.amazonaws.com/2011/09/net-applications-browser-market.jpg |title=Internet Explorer usage to plummet below 50 percent by mid-2012 | work=[[Digital Trends]] | date=3 September 2011 | format=[[JPEG]]}}</ref><ref>{{cite web |title=StatCounter April-May 2012 data |url=https://gs.statcounter.com/#browser-ww-monthly-201204-201205 |access-date=8 May 2021}}</ref> Chrome has [[usage share of web browsers|remained dominant]] ever since.<ref name="statcounter" /> In 2015, Microsoft replaced Internet Explorer with [[Microsoft Edge Legacy|Edge [Legacy]]] for the [[Windows 10]] release.<ref>{{Cite news |last=Gibbs |first=Samuel |date=2018-03-19 |title=Windows 10: Microsoft is looking to force people to use its Edge browser |url=https://www.theguardian.com/technology/2018/mar/19/windows-10-microsoft-force-people-edge-browser-windows-mail-chrome-firefox |access-date=2024-07-28 |work=The Guardian |language=en-GB |issn=0261-3077}}</ref> In 2020, this legacy version was replaced by a new [[Chromium_(web_browser)|Chromium]]-based version of [[Microsoft Edge|Edge]]. Since the early 2000s, browsers have greatly expanded their [[HTML]], [[CSS]], [[JavaScript]], and [[multimedia]] capabilities. One reason has been to enable more sophisticated websites, such as [[Web application|web apps]]. Another factor is the significant increase of [[broadband]] connectivity in [[List of sovereign states by number of broadband Internet subscriptions|many parts]] of the world, enabling people to access data-intensive content, such as [[Streaming media|streaming]] [[high-definition video|HD video]] on [[YouTube]], that was not possible during the era of [[Dial-up Internet access|dial-up modems]].<ref>{{cite web |title=Dial-Up Internet Today: Understanding Its Lasting Influence |url=https://simeononsecurity.com/articles/modem-magic_-how-dial-up-internet-works-and-its-legacy-today/ |website=SimeonOnSecurity |access-date=21 February 2024}}</ref> As an extension of these facilities for creating web-based applications, web browsers started adding support for [[progressive web applications]] (PWAs) in 2016. The term progressive web application was coined by Google engineer Alex Russell in 2015.<ref name="infrequently.org">{{cite web|last1=Russell|first1=Alex|title=Progressive Web Apps: Escaping Tabs Without Losing Our Soul|date=15 June 2015 |url=https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/|access-date=June 15, 2015|ref=4}}</ref> PWAs have become a popular form of application that take advantage of modern web browser features but that can be installed and launched like a [[Native_(computing)#Applications|native]] application, can be used when the user's device is offline, and can be accessed without the user needing to enter the application's URL. PWAs offer automatic multi-platform support and smaller install sizes than native applications. The [[Apple]] [[iPhone]] added support for installable PWAs in 2018, and most major browsers support PWAs on desktop and mobile.<ref>{{cite web |website=web.dev |title=Progressive Web Apps|url=https://web.dev/learn/pwa/progressive-web-apps/ |access-date=23 March 2025|ref=3}}</ref> ==Features== The most popular browsers share many [[software feature|features]] in common. They automatically log users' [[Web browsing history|browsing history]], unless the users turn off their browsing history or use the non-logging [[Private browsing|private mode]]. They also allow users to set [[Bookmark (digital)|bookmarks]], customize the browser with [[Browser extension|extensions]], and [[Download manager |manage their downloads]]<ref>{{cite web | title=Download a file | website=Google Chrome Help | url=https://support.google.com/chrome/answer/95759?hl=en&sjid=17722824076517891817-NC | ref={{sfnref|Google Chrome Help}} | access-date=2025-03-21}}</ref> and [[password]]s.<ref>{{Cite web|last=Balaban |first=David|date=17 February 2021|title=Password Manager Comparison: Top Password Managers for 2021|url=https://www.eweek.com/search-engines/comparing-in-browser-based-commercial-password-managers/|access-date=4 November 2021|website=eWEEK|language=en-US}}</ref> Some provide a sync service<ref>{{Cite book |last1=Ioannou |first1=Pantelina |last2=Athanasopoulos |first2=Elias |chapter=Been Here Already? Detecting Synchronized Browsers in the Wild |date=2023-07-01 |title=2023 IEEE 8th European Symposium on Security and Privacy (EuroS&P) |chapter-url=https://ieeexplore.ieee.org/document/10190548 |publisher=IEEE |pages=913β927 |doi=10.1109/EuroSP57164.2023.00058 |isbn=978-1-6654-6512-0}}</ref> and [[web accessibility]] features.<ref>{{Cite web |date=2024-04-17 |title=Accessibility: What users can do to browse more safely - Accessibility {{!}} MDN |url=https://developer.mozilla.org/en-US/docs/Web/Accessibility/Accessibility:_What_users_can_to_to_browse_safely |access-date=2024-07-28 |website=developer.mozilla.org |language=en-US}}</ref> [[File:Chromium (web browser).png|thumb|right|220x220px|Traditional browser arrangement has [[user interface]] features above page content.]] Common [[user interface]] (UI) features: * Allowing the user to have multiple [[web page|pages]] open at the same time, either in different browser windows or in different [[Tab (interface)|tabs]] of the same window. * ''Back'' and ''forward'' buttons to go back to the previous page visited or forward to the next one. * A ''refresh'' or ''reload'' and a ''stop'' button to reload and cancel loading the current page. (In most browsers, the stop button is merged with the reload button.) * A ''home'' button to return to the [[home page|start page]]. * An address bar to input the [[URL]] of a page and display it, and a search bar to input [[web query|queries]] into a [[search engine]]. (In most browsers, the search bar is merged with the address bar.) While [[mobile browser]]s have similar UI features as [[desktop computer|desktop]] versions, the limitations of the often-smaller [[touchscreen|touch screen]]s require mobile UIs to be simpler.<ref>{{cite web |last1=Lee |first1=Simon |title=The Limitations Of Touch Interfaces |url=https://thisisglance.com/the-limitations-of-touch-interfaces/ |website=Glance |date=29 March 2019 |access-date=23 April 2021}}</ref> The difference is significant for users accustomed to [[keyboard shortcut]]s.<ref>{{cite web |title=Chrome keyboard shortcuts |url=https://support.google.com/chrome/answer/157179 |publisher=Google Inc. |access-date=23 April 2021}}</ref> [[Responsive web design]] is used to create websites that offer a consistent experience across the desktop and mobile versions of the website and across varying screen sizes. The most popular desktop browsers also have sophisticated [[web development tools]].<ref>{{Cite web |date=29 June 2012 |title=Browsers are the new IDE for Web Development |url=https://devworks.thinkdigit.com/Software/Browsers-are-the-new-IDE-for-Web_9995.html |archive-url=https://web.archive.org/web/20120702141638/http://devworks.thinkdigit.com/Software/Browsers-are-the-new-IDE-for-Web_9995.html |archive-date=2 July 2012 |website=devworks.thinkdigit.com}}</ref> Access to some web content β particularly [[streaming media|streaming services]] like Netflix, Disney+, and Spotify β is restricted by [[Digital Rights Management]] (DRM) software. A web browser is able to access DRM-restricted content through the use of a [[Content Decryption Module]] (CDM) such as [[Widevine]]. As of 2020, the CDMs used by dominant web browsers require browser providers to pay costly license fees, making it unfeasible for most independent open-source browsers to offer access to DRM-restricted content.<ref>{{cite web | last=Doctorow | first=Cory | title=Three years after the W3C approved a DRM standard, it's no longer possible to make a functional indie browser | website=Boing Boing | date=2020-01-08 | url=https://boingboing.net/2020/01/08/rip-open-web-platform.html | access-date=2025-03-22}}</ref> == Browser market == {{See also|Usage share of web browsers}} [[File:Various web browsers installed on windows 11 operating system.png|thumb|right|220px|Various web browsers installed on [[Windows 11]] operating system]] [[Google Chrome]] has been the dominant browser since the mid-2010s and currently has a 66% global market share on all devices.<ref name="statcounter"/> The vast majority of its [[source code]] comes from Google's [[Open-source software|open-source]] [[Chromium (web browser)|Chromium]] project;<ref>{{cite web|url= https://blog.chromium.org/2008/09/welcome-to-chromium_02.html|title= Welcome to Chromium|author=((Google))|date=2 September 2008 |access-date=28 April 2021}}</ref> this code is also the basis for [[Chromium (web browser)#Browsers based on Chromium|many other]] browsers, including [[Microsoft Edge]], currently in third place with about a 5% share,<ref name="statcounter"/> as well as [[Samsung Internet]] and [[Opera (web browser)|Opera]] in fifth and sixth places respectively with approximately 2% market share each.<ref name="statcounter"/> The other two browsers in the top four are made from different [[codebase]]s. [[Safari (web browser)|Safari]], based on [[Apple Inc.|Apple]]'s [[WebKit]] code, is the second most popular web browser and is dominant on Apple devices, resulting in an 18% global share.<ref name="statcounter"/> [[Firefox]], in fourth place, with about 3% market share,<ref name="statcounter"/> is based on [[Mozilla]]'s code. Both of these codebases are open-source, so a number of small niche browsers are also made from them. The following table details the top web browsers by market share, as of February, 2025: {| class="wikitable sortable mw-collapsible mw-collapsed" |- ! Web browser !! Market share !! Reference |- | Chrome | ~66% | <ref name="statcounter" /><ref name="cloudflare" /> |- | Safari | ~16% | <ref name="statcounter" /><ref name="cloudflare" /> |- | Edge | ~6% | <ref name="statcounter" /><ref name="cloudflare" /> |- | Firefox | ~3% | <ref name="statcounter" /><ref name="cloudflare" /> |- | Samsung Internet | ~2% | <ref name="statcounter" /><ref name="cloudflare" /> |- | Opera | ~2% | <ref name="statcounter" /><ref name="cloudflare" /> |- | [[Brave (web browser)|Brave]] | ~1% | <ref name="cloudflare" /> |- | [[Yandex Browser|Yandex]] | less than 1% | <ref name="statcounter" /><ref name="cloudflare" /> |- | [[UC Browser]] | less than 1% | <ref name="statcounter" /><ref name="cloudflare" /> |- | [[Huawei#Huawei_Browser|Huawei Browser]] | less than 1% | <ref name="cloudflare" /> |- | [[DuckDuckGo Private Browser]] | less than 1% | <ref name="cloudflare" /> |- | [[QQ Browser]] | less than 1% | <ref name="cloudflare" /> |- | [[Mi Browser]] | less than 1% | <ref name="cloudflare" /> |- | [[Naver Whale]] | less than 1% | <ref name="cloudflare" /> |- | [[Aloha Browser]] | less than 1% | <ref name="cloudflare" /> |- | [[Avast Secure Browser]] | less than 1% | <ref name="cloudflare" /> |- | [[Vivaldi (web browser)|Vivaldi]] | less than 1% | <ref name="cloudflare" /> |- | [[AVG_Technologies#AVG_Secure_Browser|AVG Secure Browser]] | less than 1% | <ref name="cloudflare" /> |- | others | less than 1% | <ref name="cloudflare" /> |} === Market share by type of device === Prior to late 2016, the majority of web traffic came from desktop computers. However, [[Usage_share_of_web_browsers#Crossover_to_smartphones_having_majority_share|since then]], mobile devices (smartphones) have represented the majority of web traffic.<ref name="StatCounterMobile2016">{{cite web |title=Desktop vs Mobile vs Tablet Market Share Worldwide |url=https://gs.statcounter.com/platform-market-share/desktop-mobile-tablet/worldwide/2016 |website=StatCounter |access-date=23 March 2025}}</ref> As of February 2025, mobile devices represent a 62% share of Internet traffic, followed by desktop at 36% and tablet at 2%.<ref name="StatCounterDeviceUsageRecent">{{cite web |title=Desktop vs Mobile vs Tablet Market Share Worldwide |url=https://gs.statcounter.com/platform-market-share/desktop-mobile-tablet/worldwide |website=StatCounter Global Stats |access-date=23 March 2025 |language=en}}</ref> == Security == {{Main|Browser security}} Web browsers are popular targets for [[hacker]]s, who exploit [[Vulnerability (computing)|security holes]] to steal information, destroy [[computer file|files]], and other [[Malware|malicious]] activities. Browser vendors regularly patch these security holes, so users are strongly encouraged to keep their browser software updated. Other protection measures are [[antivirus software]] and being aware of [[Internet fraud|scams]].<ref>{{cite web |title=Simple Steps for Internet Safety |url=https://www.fbi.gov/news/stories/simple-steps-for-internet-safety |website=fbi.gov |publisher=[[Federal Bureau of Investigation]] |access-date=21 February 2024}}</ref> ===Privacy=== {{Further|Web tracking}} During the course of browsing, [[HTTP cookie|cookies]] received from various [[website]]s are stored by the browser. Some of them contain login credentials or site preferences.<ref name="tom's guide">{{cite web |title=Tracking Cookies: What They Are, and How They Threaten Your Privacy |date=16 September 2013 |url=https://www.tomsguide.com/us/-tracking-cookie-definition,news-17506.html |publisher=Tom's Guide |access-date=11 March 2019}}</ref> However, others are used for tracking user behavior over long periods of time, so browsers typically provide a section in the menu for deleting cookies.<ref name="tom's guide"/> Some browsers have more proactive protection against cookies and trackers that limit their functionality and ability to track user behaviour.<ref>{{cite web | title=Enhanced Tracking Protection in Firefox for desktop | website=Mozilla Support | date=2024-11-26 | url=https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop?as=u&utm_source=inproduct | ref={{sfnref|Mozilla Support|2024}} | access-date=2025-03-23}}</ref> Finer-grained management of cookies usually requires a [[browser extension]].<ref>{{cite web |title=Alternatives to Cookie AutoDelete extension |url=https://alternativeto.net/software/cookie-autodelete/ |publisher=AlternativeTo |access-date=11 March 2019}}</ref> [[telemetry (software)|Telemetry]] data is [[data collection|collected]] by most popular web browsers, which can usually be opted out of by the user.<ref>{{cite web | last=Wickramasinghe | first=Shanika | title=Telemetry 101: An Introduction To Telemetry | website=Splunk | date=2023-10-05 | url=https://www.splunk.com/en_us/blog/learn/what-is-telemetry.html | access-date=2025-03-23}}</ref> ==See also== {{Portal|Internet}} * [[Comparison of web browsers]] * [[History of the World Wide Web]] * [[Timeline of web browsers]] * [[List of web browsers]] ==References== {{Reflist}} ==External links== {{Wikiversity | Web Browser}} *{{Commons category-inline|Web browsers}} {{Web browsers}} {{Early web browsers}} {{Authority control}} [[Category:Web browsers| ]] [[Category:English inventions]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Authority control
(
edit
)
Template:Cite AV media
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite magazine
(
edit
)
Template:Cite news
(
edit
)
Template:Cite web
(
edit
)
Template:Commons category-inline
(
edit
)
Template:Early web browsers
(
edit
)
Template:Further
(
edit
)
Template:Main
(
edit
)
Template:Portal
(
edit
)
Template:Pp-semi-indef
(
edit
)
Template:Reflist
(
edit
)
Template:See also
(
edit
)
Template:Short description
(
edit
)
Template:Use American English
(
edit
)
Template:Use dmy dates
(
edit
)
Template:Web browsers
(
edit
)
Template:Wikiversity
(
edit
)