Skip to content

"feat : add incognito mode"#3691

Open
Fatir227 wants to merge 1 commit intoatlas-engineer:masterfrom
Fatir227:add-incognito-mode
Open

"feat : add incognito mode"#3691
Fatir227 wants to merge 1 commit intoatlas-engineer:masterfrom
Fatir227:add-incognito-mode

Conversation

@Fatir227
Copy link

Description

This pull request introduces Incognito Mode to Nyxt Browser.
When enabled, Incognito Mode ensures that:

  • No browsing history is recorded.
  • No cookies or session data are stored.
  • A clear indicator is shown to the user that they are browsing privately.

This feature provides users with a privacy-focused browsing option similar to other modern browsers.

Fixes #247


Changes Made

  • Added incognito-mode command to start a private browsing session.
  • Disabled history persistence while incognito is active.
  • Prevented cookies/session data from being stored in incognito buffers.
  • Added a UI indicator in the mode-line to reflect incognito status.

Checklist

  • Branch is mergeable and up-to-date with master.
  • No new dependencies introduced.
  • Documentation updated where necessary.
  • Feature tested locally and working as expected.

Usage

  1. Launch Nyxt.
  2. Run the command:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

incognito mode

1 participant