Skip to content

xmlns for WindowsDefender.adml has invalid space #60

Description

@bdrx312

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions