Skip to content

Commit a2472c3

Browse files
Remove "allowlisted" word from comments as well
1 parent a8ce792 commit a2472c3

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

specs/SensitivityLabel.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,14 @@ namespace Microsoft.Web.WebView2.Core
284284
/// or are fully determined for the current web page content.
285285
[v1_enum]
286286
typedef enum COREWEBVIEW2_SENSITIVITY_LABEL_STATE {
287-
/// Indicates that there are no allowlisted pages loaded that report
288-
/// sensitivity labels.
287+
/// Indicates that none of the loaded pages are in the allow list. Hence
288+
/// none will report sensitivity labels.
289289
COREWEBVIEW2_SENSITIVITY_LABEL_STATE_NONE,
290-
/// Indicates that there are allowlisted pages loaded in the WebView2
291-
/// that are capable of reporting sensitivity labels, but the label
292-
/// determination process is still in progress.
290+
/// Indicates that WebView2 has loaded pages from the allow list that can
291+
/// report sensitivity labels, but the label determination is not yet complete.
293292
COREWEBVIEW2_SENSITIVITY_LABEL_STATE_UNDETERMINED,
294-
/// Indicates that there are allowlisted pages loaded in the WebView2
295-
/// and the content has reported label information to WebView2.
293+
/// Indicates that WebView2 has loaded pages from the allow list,
294+
/// and those pages have provided label information.
296295
COREWEBVIEW2_SENSITIVITY_LABEL_STATE_DETERMINED,
297296
} COREWEBVIEW2_SENSITIVITY_LABEL_STATE;
298297

0 commit comments

Comments
 (0)