mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add CSP to disable lock screen slide show (#34551)
Using a workaround described [here](https://github.com/fleetdm/fleet/issues/33731#issuecomment-3423354681) to get the verification to succeed. --------- Co-authored-by: Dale Ribeiro <dale@fleetdm.com>
This commit is contained in:
parent
c9e589f142
commit
e15d4afcb6
1 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<Replace>
|
||||
<!-- Prevent enabling lock screen slide show -->
|
||||
<Item>
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">chr</Format>
|
||||
<Type>text/plain</Type>
|
||||
</Meta>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/DeviceLock/PreventLockScreenSlideShow</LocURI>
|
||||
</Target>
|
||||
<Data><enabled/></Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
Loading…
Reference in a new issue