-
Notifications
You must be signed in to change notification settings - Fork 3
Open
0 / 30 of 3 issues completedLabels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Page URL
- https://firefox-admin-docs.mozilla.org/reference/policies/contentanalysis/
- https://firefox-admin-docs.mozilla.org/reference/policies/enabletrackingprotection/
- https://firefox-admin-docs.mozilla.org/reference/policies/extensionsettings/
What specific section or headline is this issue about?
No response
What did you expect to see?
While working on a new release of the Enterprise Policy Generator, I noticed that the documentation is missing the following items:
- ContentAnalysis: MaxConnectionsCount
- DisableRemoteImprovements
- EnableTrackingProtection: HarmfulAddon
- ExtensionSettings: allowed_types: sitepermission
- LocalNetworkAccess (already mentioned in Omitted policies #17)
Also, I wonder if the policies.json example for AllowUrlRegexList and DenyUrlRegexList in the ContentAnalysis policy is correct:
"AllowUrlRegexList": "https://example\.com/.* https://subdomain\.example\.com/.*"
Shouldn't the \ character be escaped in JSON?
"AllowUrlRegexList": "https://example\\.com/.* https://subdomain\\.example\\.com/.*"
Otherwise it shows as syntax error in my IDE.
Do you have anything more you want to share?
No response
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation