**Found in**
* 133.0a1 (2024-10-24)
**Affected versions**
* 133.0a1 (2024-10-24)
**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-2.json to it and then rename it to policies.json
* run the DLP agent in CMD using: .\content_analysis_sdk_agent.exe --user --toblock=.*\d{3}-?\d{2}-?\d{4}.* --towarn=.*warn.* --delays=10
* A folder named `warn`/`123456789` created that contains good files.
**Steps to reproduce**
1. Open https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory
2. Drag and drop the folder from the preconditions over the Browser button from the Examples section.
**Expected result**
* File upload is permitted.
**Actual result**
* Warning dialog /Blocked dialog is displayed for each file.
**Regression range**
* This happens after bug 1919752 and bug 1915351. Before 1915351 the warning dialog was only displayed once but the upload will not work.
**Additional notes**
* Attached a screen recording.
Bug 1927099 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
**Found in**
* 133.0a1 (2024-10-24)
**Affected versions**
* 133.0a1 (2024-10-24)
**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-2.json to it and then rename it to policies.json
* run the DLP agent in CMD using: .\content_analysis_sdk_agent.exe --user --toblock=.*\d{3}-?\d{2}-?\d{4}.* --towarn=.*warn.* --delays=10
* A folder named `warn`/`123456789` created that contains allowed files.
**Steps to reproduce**
1. Open https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory
2. Drag and drop the folder from the preconditions over the Browser button from the Examples section.
**Expected result**
* File upload is permitted.
**Actual result**
* Warning dialog /Blocked dialog is displayed for each file.
**Regression range**
* This happens after bug 1919752 and bug 1915351. Before 1915351 the warning dialog was only displayed once but the upload will not work.
**Additional notes**
* Attached a screen recording.
**Found in**
* 133.0a1 (2024-10-24)
**Affected versions**
* 133.0a1 (2024-10-24)
**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-2.json to it and then rename it to policies.json
* run the DLP agent in CMD using: .\content_analysis_sdk_agent.exe --user --toblock=.*\d{3}-?\d{2}-?\d{4}.* --towarn=.*warn.* --delays=10
* A folder named `warn`/`123456789` created that contains allowed files.
**Steps to reproduce**
1. Open https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory
2. Drag and drop the folder from the preconditions over the Browser button from the Examples section.
**Expected result**
* File upload is permitted.
**Actual result**
* Warning dialog /Blocked dialog is displayed for each file.
**Regression range**
* This happens after bug 1919752 and bug 1915351. Before 1915351 the warning dialog was only displayed once but the upload will not work. Setting bug 1915351 as the regressor since this behavior was introduced after this issue.
**Additional notes**
* Attached a screen recording.