feat: add docs pages for DLP - #305
Conversation
jonathanmendez
left a comment
There was a problem hiding this comment.
I have a few minor suggestions.
| Enable and configure logging of Data Loss Prevention events. | ||
|
|
||
| When a DLP rule is triggered, Firefox records the event and submits it in the `enterprise` telemetry ping, which is kept separate from general Firefox telemetry. | ||
| Events are logged with full URLs by default, so this policy is normally used to turn logging off or to reduce what it records. |
There was a problem hiding this comment.
I think the default behavior (at least being enabled, but potentially the default URL level of detail) may change with Bug 2067262. I don't know if it's worth settling when/whether the bug will be implemented before stating the default behavior here?
There was a problem hiding this comment.
Let's update this page when the "default off" implementation lands so that we keep docs reflecting current state (reality) and there's less chance of drift from what's actually shipping, do you agree?
| - `Enabled`: A Boolean. If `false`, DLP events are not recorded. The default is `true`. | ||
| - `UrlLogging`: Controls how much URL information each event records. The default is `full`. |
There was a problem hiding this comment.
ditto about default behaviors potentially changing
Co-authored-by: Jonathan Mendez <jonathanmendez@users.noreply.github.com> Co-authored-by: Brian Smith <brian@smith.berlin>
|
Thanks @jonathanmendez incorporated most of your comments, should be ready for another look over when you're ready. See 42f30e4 |
Description:
Adds two reference pages for DLP
Motivation:
Making sure we have docs pages for new policies.
Related issues and pull requests:
Follow-up from: