Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/recall/recall-web-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-loc: [Recall]

Many web browsers support a concept of "InPrivate" browsing, where the user's history does not get saved.

To make sure that Recall doesn't save your user's browsing history while in modes like this, your app can use the [`SetInputScope`](/windows/win32/api/inputscope/nf-inputscope-setinputscope) function, setting the input scope to `IS_PASSWORD`.
To make sure that Recall doesn't save your user's browsing history while in modes like this, your app can use the [`SetInputScope`](/windows/win32/api/inputscope/nf-inputscope-setinputscope) function, setting the input scope to `IS_PRIVATE`.

> [!IMPORTANT]
> Your app must also have a `http` or `https` protocol handler registered before `SetInputScope` will support the behavior described in this article.
Expand Down