The text is scanned again if another string is copied while a warning text is canceled or a blocked dialog is confirmed
Categories
(Firefox :: Data Loss Prevention, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox133 | --- | unaffected |
firefox134 | --- | disabled |
firefox135 | --- | disabled |
firefox136 | --- | verified |
People
(Reporter: atrif, Assigned: gstoll)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
964.59 KB,
image/gif
|
Details | |
Bug 1936204 - do not fallback to raw clipboard if snapshot doesn't have data r=#dlp-reviewers!,edgar
48 bytes,
text/x-phabricator-request
|
Details | Review |
Found in
- 135.0a1 (2024-12-09)
Affected versions
- 135.0a1 (2024-12-09)
- 134.0b8
Tested platforms
- Affected platforms: Windows 11, Windows 10
- Unaffected platforms:macOS 12, Ubuntu
Preconditions
- Download the DLP test assets from https://drive.google.com/file/d/1yjqVRuxdKV3WnO7D2wzMgDXBuYBxUgVw/view
- Create a distribution folder inside the Firefox folder and paste the policies-1.json to it and then rename it to policies.json
- DLP Agent is running
Steps to reproduce
- Paste the
warning
string to Wikipedia. - While the scan is ongoing copy another random string.
- Press cancel on the unsafe content window.
Expected result
- No scanning is performed.
Actual result
- The string from step 2 is scanned.
Regression range
- The issue happens after bug 1915351.
Additional notes
- Attached a screen recording.
Comment 1•3 months ago
|
||
:gstoll, since you are the author of the regressor, bug 1915351, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Reporter | ||
Comment 2•3 months ago
|
||
It seems that this also happens with the blocked dialog.
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 3•3 months ago
|
||
This was causing an issue where if the snapshot didn't have the appropriate
data because it was blocked by Content Analysis, it would fall back to
getting the data directly from the clipboard, which would trigger another
Content Analysis operation.
Assignee | ||
Updated•3 months ago
|
Comment 4•2 months ago
|
||
The severity field is not set for this bug.
:handyman, could you have a look please?
For more information, please visit BugBot documentation.
Updated•2 months ago
|
Updated•2 months ago
|
Comment 6•2 months ago
|
||
bugherder |
Reporter | ||
Comment 7•1 month ago
|
||
Verified fixed with Firefox 136.0a1 (2025-01-13) on Windows 10x64 and Windows 11. The text is no longer scanned again if another string is copied while the scan in ongoing and the warning/ block message is displayed.
Description
•