010-100 · Question #52
When using a web browser, what should a user do to prevent private data from being stored locally?
The correct answer is A. Browsers can be configured to use a private mode that does not store any data locally. Private browsing mode (incognito mode) prevents the browser from storing browsing history, cookies, cached files, and other session data locally.
Question
When using a web browser, what should a user do to prevent private data from being stored locally?
Options
- ABrowsers can be configured to use a private mode that does not store any data locally.
- BSet up a second profile and use only that one to access sensitive sites.
- CDelete the profile directory in the home directory and create a new one after the work is done.
- DUse the secure versions of the browser available.
- EThere is no way to achieve that because Linux always logs network data.
How the community answered
(33 responses)- A82% (27)
- B6% (2)
- D9% (3)
- E3% (1)
Why each option
Private browsing mode (incognito mode) prevents the browser from storing browsing history, cookies, cached files, and other session data locally.
Modern web browsers provide a private or incognito browsing mode that runs a session without writing history, cookies, form data, or cached content to disk. When the private window is closed, all session data is discarded, preventing locally stored traces of the browsing activity.
Creating a second browser profile still stores data locally within that profile's directory; it does not prevent local storage of private data.
Deleting the profile directory after browsing is a manual cleanup workaround and not a preventive measure, leaving data exposed during the session.
There is no separate 'secure version' of mainstream browsers designed to prevent local data storage; this is a feature of private browsing mode within standard browsers.
This is factually incorrect; Linux does not automatically log all network data, and private browsing mode is a well-established solution for preventing local data storage.
Concept tested: Browser private mode preventing local data storage
Source: https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history
Topics
Community Discussion
No community discussion yet for this question.