Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Private browsing

From Wikipedia, the free encyclopedia
Privacy feature in most web browsers

The start page for private browsing mode inFirefox.

Private browsing (also known asincognito mode orprivate mode) is a feature in mostweb browsers that enhances user privacy. In this mode, the browser initiates a temporarysessionseparate from its main session and user data. Thebrowsing history is not recorded, and local data related to the session, likeCookies andWeb cache, are deleted once the session ends. The primary purpose of these modes is to ensure that data and history from a specific browsing session do not remain on the device or get accessed by another user of the same device. Inweb development, it can be used to quickly test displaying pages as they appear to first-time visitors.

Private browsing modes do not necessarily protect users from beingtracked by other websites or theirInternet service provider (ISP). Furthermore, there is a possibility that identifiable traces of activity could be leaked from private browsing sessions by means of the operating system, security flaws in the browser, or via maliciousbrowser extensions, and it has been found that certainHTML5APIs can be used to detect the presence of private browsing modes due to differences in behavior. This is usually why some people mistake private browsing for avirtual private network.

History

[edit]

Apple'sSafari browser was one of the first major web browsers to include this feature, first introduced in April 2005.[1] The feature was subsequently adopted by other browsers, leading to the popularization of the term in 2008 by mainstream news outlets and computing websites during discussions about thebeta versions ofInternet Explorer 8.[2][3][4]Adobe Flash Player 10.1 started respecting browser settings and private browsing modes in relation to storinglocal shared objects.[5][6]

Uses

[edit]

Private browsing modes are commonly used for various purposes, such as concealing visits to sensitive websites (like adult-oriented content) from the browsing history, conducting unbiased web searchesunaffected byprevious browsing habits or recorded interests, offering a "clean" temporary session for guest users (for instance, onpublic computers),[7] and managing multiple accounts on websites simultaneously. Private browsing can also be used to circumventmetered paywalls on some websites.[8]

In a survey conducted byDuckDuckGo, 48% of participants chose not to respond, prompting lead researcherElie Bursztein to observe, "Surveys are clearly not the best approach to understand why people use private browsing mode due to the embarrassment factor." Additionally, 18% of respondents indicated that their main use of private browsing modes was foronline shopping.[9][10][11]

A study by theMozilla Foundation found that most sessions lasted only about 10 minutes. However, there were periods of increased activation, usually from 11 a.m. to 2 p.m., at 5 p.m., between 9 p.m. and 10 p.m., and a minor peak occurred about an hour or two after midnight.[12]

Support in popular browsers

[edit]

Private browsing is known by different names in different browsers.[13]

DateIntroduced with/included inSynonymActivation
macOS
29 April 2005 (2005-04-29)Safari 2.0Private Browsing⌘ Cmd+⇧ Shift+N
11 December 2008 (2008-12-11)Google ChromeIncognito[14]Ctrl+⇧ Shift+N⌘ Cmd+⇧ Shift+N
19 March 2009 (2009-03-19)[15]Internet Explorer 8InPrivate BrowsingCtrl+⇧ Shift+P⌘ Cmd+⇧ Shift+P
30 June 2009 (2009-06-30)Mozilla Firefox 3.5[16]Private BrowsingCtrl+⇧ Shift+P⌘ Cmd+⇧ Shift+P
2 March 2010 (2010-03-02)Opera 10.50[17]Private Tab / Private WindowCtrl+⇧ Shift+N⌘ Cmd+⇧ Shift+N
18 November 2014 (2014-11-18)Amazon Silk[18]Private BrowsingSwipe from the left edge of the screen,
then tap Settings and select Enter Private Browsing
29 July 2015 (2015-07-29)Microsoft EdgeInPrivate BrowsingCtrl+⇧ Shift+N⌘ Cmd+⇧ Shift+P
13 November 2019 (2019-11-13)BravePrivate BrowsingCtrl+⇧ Shift+N⌘ Cmd+⇧ Shift+N

Security

[edit]

It is acommon misconception that private browsing modes can protect users from beingtracked by other websites or theirInternet service provider (ISP).[19] Such entities can still use information such asIP addresses anduser accounts to uniquely identify users.[19][20] Private browsers oniOS, not created byApple, must adhere to specific standards and regulations to be available on its platform foriPhone andiPad. Specifically, these browsers are required to employ theWebKit framework for rendering web pages. Consequently, third-party browsers cannot use their own rendering engines and must depend on Apple's framework instead. This constraint impacts the range of privacy features that these browsers can provide.[21] This is one of the reasons why some browsers have partly addressed this shortcoming by offering additional privacy features that can be automatically enabled when using private browsing mode, such as Firefox's "Tracking Protection" feature to control use of web trackers (which has since been rolled into a larger "content blocking" function extended outside of private browsing mode), andOpera offering an in-houseVPN service embedded within the browser.[22][9]

Brazilian researchers published the results of a project in which they appliedforensic techniques (namely the Foremost data carving tool and Strings program) to extract information about the user's browsing activities on Internet Explorer and Firefox browsers with their private mode enabled. They were able to collect enough data to identify pages visited and even to partially reconstruct them.[23] This research was later extended to include the Chrome and Safari browsers. The gathered data proved that the browsers' private mode implementations cannot fully hide users' browsing activities and that browsers in private mode leave traces of activities in caching structures and files related to thepaging process of theoperating system.[24]

Another independent security analysis, performed by a group of researchers atNewcastle University, reported a range of potential security vulnerabilities in the implementation of the private modes across Chrome, Firefox, Internet Explorer, and Safari, including that:[25]

  • Browser extensions could still record history if they were active in private mode. Although Chrome and Firefox have since required extensions to be enabled on an opt-in basis for their private browsing modes,[26] an installed extension in the normal mode could learn the user's activities in the private mode by measuring the usage of shared computing resources.
  • Data erasure by the browser alone is found to be insufficient. For example, the records of visited websites during the private session can be retained in memory for a long time even after the private session is closed. In addition, the visited website records are usually kept by the operating system in the localDNS cache.[27] Furthermore, the modified timestamps of certain profile files saved on the disk may reveal if the private mode was previously turned on and when it was turned on.
  • Software bugs present in some browsers were found to seriously degrade the security of the private mode. For example, in some earlier versions of Safari, the browser retained private browsing history records if the browser program was not closed normally (e.g., as a result of a crash), or if the user acted to add abookmark within the private mode.
  • Depending on whether the session is in the private or the normal mode, web browsers typically exhibit differentuser interfaces and traffic characteristics. This allows a remote website to tell if the user is currently in the private mode: for example, by checking the color of the hyperlinks or measuring the time of writing cookies.

Bugs and security vulnerabilities in extensions themselves may also leak personally identifiable data from private mode.[28]

Implementations of theHTML5 FileSystem API can be used to detect users in private mode. In Google Chrome, the FileSystem API was not available in Incognito mode prior to version 76. Toprevent circumvention ofpaywall policies and evasion ofweb tracking scripts used to monetize traffic, a number of websites — includingThe New York Times — have used such behavior to block access to users in private browsing mode, and requiring them to subscribe or log in. Chrome 76 allows the FileSystem API to be used in Incognito mode; explaining the change, Google argued that the ability to detect the use of Incognito mode infringes on users' privacy. However, it was later discovered that the disk space quotas for the API differed between normal and Incognito modes, providing another means by which to detect Incognito users.[29][8][30] Despite statements otherwise by Google, this has not yet been patched. Scripts have also been developed to detect private browsing mode on other browsers, such as Firefox.[31]

Associated lawsuit

[edit]

In December 2023, Google settled a $5 billion consumer privacy lawsuit that alleged that its practices allowed it to track users in private browsing mode in various browsers.[32]

See also

[edit]

References

[edit]
  1. ^Trapani, Gina (4 May 2005)."Safari's private (porn) browsing mode".Lifehacker. Retrieved11 April 2010.
  2. ^Foley, Mary Jo."Microsoft to roll out more granular 'porn mode' with IE 8".ZDNet. Archived fromthe original on 9 October 2008. Retrieved4 October 2008.
  3. ^Sadighi, Lalee."Microsoft's Internet Explorer 8 Goes 'Porn Mode'".Red Herring. Archived fromthe original on 12 September 2008. Retrieved4 October 2008.
  4. ^Kidman, Angus."Microsoft releases IE8 beta 2: MS porn mode included".APC. Retrieved4 October 2008.
  5. ^"Adobe Flash 10.1 supports "private browsing"".The H. Retrieved14 August 2019.
  6. ^"Adobe Flash Player Private Browsing May Force Change in Fraud Fight".eWeek. 12 April 2010. Retrieved14 August 2019.
  7. ^Paul, Ian (11 March 2014)."Three practical reasons to use your browser's private mode".PCWorld. Retrieved14 August 2019.
  8. ^abBrownlee, Chip (31 July 2019)."Google's Chrome Update Just Unlocked Lots of Newspapers' Metered Paywalls".Slate Magazine. Retrieved14 August 2019.
  9. ^abBursztein, Elie."Understanding how people use private browsing". Retrieved14 August 2019.
  10. ^Espiner, Tom."Private browsing tools still leave data trail".ZDNet. Retrieved14 August 2019.
  11. ^"Private browsing: 16 good reasons to use incognito mode".ZDNet. Archived fromthe original on 22 June 2018. Retrieved14 August 2019.
  12. ^Ulmer, Hamilton (23 August 2010)."Understanding Private Browsing".Blog of Metrics.Mozilla Foundation. Retrieved24 August 2010.
  13. ^Parchisanu, Daniel (9 November 2018)."How to go incognito in all web browsers: Chrome, Firefox, Opera, Edge, and Internet Explorer".Digital Citizen. Retrieved9 January 2019.
  14. ^Porciello, Loris (23 May 2024)."Non farti spiare quando navighi, la funzione Google che ti permette di salvare la tua privacy".OsservatorioIraq (in Italian). Retrieved31 August 2024.
  15. ^"Microsoft Announces Availability of Internet Explorer 8" (Press release).Microsoft. 19 March 2009. Archived fromthe original on 22 March 2009. Retrieved16 December 2011.
  16. ^"Mozilla Cross-Reference mozilla1.9.1".Mozilla Foundation. Retrieved26 May 2009.
  17. ^Mateu, Roberto."Opera 10.5 pre-alpha for Labs".Opera Software. Archived fromthe original on 24 August 2011. Retrieved22 December 2009.
  18. ^"Private Browsing for Amazon Silk".Amazon Inc. Archived fromthe original on 22 December 2014. Retrieved18 November 2014.
  19. ^abGrothaus, Michael (12 April 2019)."Incognito mode won't keep your browsing private. Do this instead".Fast Company. Retrieved14 August 2019.
  20. ^"Incognito mode while browsing - Myths Busted - Privacyflake".www.privacyflake.com. Archived fromthe original on 5 September 2019.
  21. ^"8 Best Private Browsers for iOS. Our picks for iPhone & iPad users [2024] | Incogni".blog.incogni.com. 2 March 2023. Retrieved14 March 2024.
  22. ^Cimpanu, Catalin."Firefox 63 released with 'always-on' tracking protection".ZDNet. Retrieved14 August 2019.
  23. ^R. Ruiz, F. P. Amatte, K. J. B. Park,Tornando Pública a Navegação "In Private". Proceedings of the Seventh International Conference on Forensic Computer Science – ICoFCS 2012, Available online Sep 2012.
  24. ^R. Ruiz, F. P. Amatte, K. J. B. Park,Opening the "Private Browsing" Data – Acquiring Evidence of Browsing Activities. Proceedings of the International Conference on Information Security and Cyber Forensics (InfoSec2014), Available online Oct 2014.
  25. ^Satvat, Kiavash; Forshaw, Matthew; Hao, Feng; Toreini, Ehsan (2014)."On the privacy of private browsing – A forensic approach".Journal of Information Security and Applications.19:88–100.doi:10.1016/j.jisa.2014.02.002.
  26. ^Keizer, Gregg (8 March 2019)."How to go incognito in Chrome, Firefox, Safari and Edge".Computerworld. Retrieved14 August 2019.
  27. ^Verger, Rob (26 February 2018)."Your private browsing isn't as incognito as you want it to be". Retrieved24 September 2020.
  28. ^B. Zhao, P. Liu,Private Browsing Mode Not Really That Private: Dealing with Privacy Breaches Caused by Browser Extensions. In Proceedings of the 45th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN 2015), Rio de Janeiro, Brazil, Available online June 2015.
  29. ^Tung, Liam."Chrome's 'more private' Incognito mode: Websites can still detect you're using it".ZDNet. Retrieved14 August 2019.
  30. ^Duckett, Chris."Google to clamp down on Incognito Mode detection".ZDNet. Retrieved14 August 2019.
  31. ^Cimpanu, Catalin."Incognito mode detection still works in Chrome despite promise to fix".ZDNet. Retrieved25 June 2020.
  32. ^Stempel, Jonathan (29 December 2023)."Google settles $5 billion consumer privacy lawsuit".Reuters.


Features, standards & protocols
Features
Web standards
Protocols
Active
Blink-based
Proprietary
FOSS
Gecko-based
WebKit-based
Multi-engine
Other
Discontinued
Blink-based
Gecko-based
MSHTML-based
WebKit-based
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Private_browsing&oldid=1313883774"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp