From 8ac6b0647ae1982e6c28bb0e8b871c40ab464958 Mon Sep 17 00:00:00 2001 From: Shivan Date: Thu, 22 May 2025 15:31:48 -0700 Subject: [PATCH] IS_PASSWORD => IS_PRIVATE in Recall web browser documentation The `InputScope` is incorrectly named in the documentation text. --- docs/recall/recall-web-browsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recall/recall-web-browsers.md b/docs/recall/recall-web-browsers.md index df0396c6..99fdff87 100644 --- a/docs/recall/recall-web-browsers.md +++ b/docs/recall/recall-web-browsers.md @@ -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.