Closed
Bug 1949181
Opened 1 month ago
Closed 1 month ago
The blocked dialog is displayed two times when pasting blocked content inside google sheets without double clicking the cell
Categories
(Firefox :: Data Loss Prevention, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1949176
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox135 | --- | unaffected |
firefox136 | --- | unaffected |
firefox137 | --- | affected |
People
(Reporter: atrif, Unassigned)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
589.29 KB,
image/gif
|
Details |
Found in
- 137.0a1 (2025-02-18)
window
Affected versions
- 137.0a1 (2025-02-18)
Tested platforms
- Affected platforms: Windows 10x64, Windows 11
- Unaffected platforms: Ubuntu 24, macOS
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:
.\content_analysis_sdk_agent.exe --user --toblock=.*\d{3}-?\d{2}-?\d{4}.* --towarn=.*warn.* --delays=10
Steps to reproduce
- Paste the
123456789
string inside the Google sheet without double-clicking the cell. - Click the
OK
button on the blocked dialog.
Expected result
- The blocked dialog is dismissed.
Actual result
- The blocked dialog is still displayed.
Regression range
Additional notes
- This happens from external programs as well.
- Attached a screen recording.
Reporter | ||
Updated•1 month ago
|
QA Whiteboard: [QA-2409]
Comment 1•1 month ago
|
||
:gstoll, since you are the author of the regressor, bug 1936020, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(gstoll)
Updated•1 month ago
|
Flags: needinfo?(gstoll)
Comment 2•1 month ago
|
||
This is hitting the content analysis cache when the page makes additional requests after the BLOCK response. So it's essentially the same as bug 1949176.
You need to log in
before you can comment on or make changes to this bug.
Description
•