### 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 #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_
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:
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