-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
The xmlns for WindowsDefender.adml has a space near the end between Policysecurity and intelligence.
| <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/Policysecurity intelligence"> |
An xmlns must be a URI and spaces are not valid in URIs (https://www.rfc-editor.org/rfc/rfc3986?form=MG0AV3). The space should be replaced with %20.
xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/Policysecurity%20intelligence"
Metadata
Metadata
Assignees
Labels
No labels