Skip to content

missing documentation for a few things #57

@cadeyrn

Description

@cadeyrn

Page URL

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

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions