You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/SensitivityLabel.md
+25-10Lines changed: 25 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ We propose introducing a SensitivityLabelChanged event to the CoreWebView2 objec
10
10
11
11
The core features of this proposal are as follows:
12
12
* Configure the allowlist filter for Page Interaction Restriction Manager at the profile level.
13
-
* After setup, the manager is available on allowlisted pages. Content can send sensitivity labels to the platform via the API.
14
-
* When a label changes, an event notifies the platform of all labels on that page.
13
+
* After the setup, the `Page Interaction Restriction Manager` is available on allowlisted pages. Content can send sensitivity labels to the platform via the API.
14
+
* When a label changes, an event is raised by WebView2 to hosted app with all the labels on that page.
15
15
* Sensitivity labels are cleared when navigating away from the current WebView.
0 commit comments