mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Apply CDATA fix to a couple of problematic CSPs (#34830)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> Fixes CSPs that were having issues verifying on the call with `customer-rembrandt`. Also removes a CSP that was a duplicate of another - "disable Windows Remote Assistance – [UnsolicitedRemoteAssistance, SolicitedRemoteAssistance].xml" was duplicated by "disable remote assistance - [AllowRemoteAssistance].xml"
This commit is contained in:
parent
cd82d068f8
commit
f0e1b1425f
2 changed files with 2 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<LocURI>./Device/Vendor/MSFT/Policy/Config/RemoteDesktopServices/AllowUsersToConnectRemotely</LocURI>
|
||||
</Target>
|
||||
<Data>
|
||||
<![CDATA[<enabled/><data id="SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" value="1"/>]]>
|
||||
<enabled/><data id="SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" value="1"/>
|
||||
</Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/ADMX_Logon/BlockUserFromShowingAccountDetailsOnSignin</LocURI>
|
||||
</Target>
|
||||
<Data>
|
||||
<![CDATA[<enabled/>]]>
|
||||
</Data>
|
||||
<Data><enabled/></Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
|
|
|
|||
Loading…
Reference in a new issue