Closed
Bug 1926348
Opened 8 days ago
Closed 14 hours ago
Add pref for blocking content analysis for different interception points
Categories
(Firefox :: Data Loss Prevention, enhancement)
Firefox
Data Loss Prevention
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: handyman, Assigned: gstoll)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Allow the user to configure the four interception points separately (clipboard paste, DND drops, print jobs and file uploads). Allows DLP to ignore cases that it isn't interested in, so it doesn't waste time packaging and shipping them to the DLP agent.
Assignee | ||
Updated•8 days ago
|
Assignee: nobody → gstoll
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 day ago
|
||
It would have been easier to intercept these at the time of making the
Content Analysis call, but moving these checks outward saves any time
in creating the data to analyze.
Assignee | ||
Comment 2•1 day ago
|
||
Assignee | ||
Comment 3•1 day ago
|
||
Pushed by gstoll@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/15cbcbf7d899
part 1 - add prefs to disable specific Content Analysis interception points r=dlp-reviewers,reusable-components-reviewers,win-reviewers,mstriemer,handyman
https://hg.mozilla.org/integration/autoland/rev/649196cbf53a
part 2 - add tests for new Content Analysis prefs r=dlp-reviewers,handyman
https://hg.mozilla.org/integration/autoland/rev/12d31a1006e7
part 3 - add enterprise policies and tests r=dlp-reviewers,handyman
https://hg.mozilla.org/mozilla-central/rev/15cbcbf7d899
https://hg.mozilla.org/mozilla-central/rev/649196cbf53a
https://hg.mozilla.org/mozilla-central/rev/12d31a1006e7
Status: ASSIGNED → RESOLVED
Closed: 14 hours ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•