mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Fixed merge conflict in browser file metadata between master and live
This commit is contained in:
@ -93,8 +93,8 @@ Disable Cortana based on Geo location and time, From 9am-5pm, when in the 100 me
|
|||||||
<Type xmlns="syncml:metinf">text/plain</Type>
|
<Type xmlns="syncml:metinf">text/plain</Type>
|
||||||
<Format xmlns="syncml:metinf">chr</Format>
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
</Meta>
|
</Meta>
|
||||||
<Data><SyncML>
|
<Data><SyncML>
|
||||||
<SyncBody><Replace><CmdID>1001</CmdID><Item><Target><LocURI>./Vendor/MSFT/Policy/Config/Experience/AllowCortana</LocURI></Target><Meta><Format xmlns="syncml:metinf">int</Format></Meta><Data>0</Data></Item></Replace><Final/></SyncBody></SyncML></Data>
|
<SyncBody><Replace><CmdID>1001</CmdID><Item><Target><LocURI>./Vendor/MSFT/Policy/Config/Experience/AllowCortana</LocURI></Target><Meta><Format xmlns="syncml:metinf">int</Format></Meta><Data>0</Data></Item></Replace><Final/></SyncBody></SyncML></Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
<Replace>
|
<Replace>
|
||||||
@ -108,15 +108,15 @@ Disable Cortana based on Geo location and time, From 9am-5pm, when in the 100 me
|
|||||||
<Format xmlns="syncml:metinf">chr</Format>
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
</Meta>
|
</Meta>
|
||||||
<Data>
|
<Data>
|
||||||
<rule schemaVersion="1.0">
|
<rule schemaVersion="1.0">
|
||||||
|
|
||||||
<and>
|
<and>
|
||||||
<signal type="geoloc" latitude="47.6375" longitude="-122.1402" radiusInMeters="100"/>
|
<signal type="geoloc" latitude="47.6375" longitude="-122.1402" radiusInMeters="100"/>
|
||||||
<signal type="time">
|
<signal type="time">
|
||||||
<daily startTime="09:00:00" endTime="17:00:00"/>
|
<daily startTime="09:00:00" endTime="17:00:00"/>
|
||||||
</signal>
|
</signal>
|
||||||
</and>
|
</and>
|
||||||
</rule>
|
</rule>
|
||||||
</Data>
|
</Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
@ -147,8 +147,8 @@ Disable camera using network trigger with time trigger, from 9-5, when ip4 gatew
|
|||||||
<Type xmlns="syncml:metinf">text/plain</Type>
|
<Type xmlns="syncml:metinf">text/plain</Type>
|
||||||
<Format xmlns="syncml:metinf">chr</Format>
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
</Meta>
|
</Meta>
|
||||||
<Data><SyncML>
|
<Data><SyncML>
|
||||||
<SyncBody><Replace><CmdID>1002</CmdID><Item><Target><LocURI>./Vendor/MSFT/Policy/Config/Camera/AllowCamera</LocURI></Target><Meta><Format xmlns="syncml:metinf">int</Format></Meta><Data>0</Data></Item></Replace> <Final/></SyncBody></SyncML></Data>
|
<SyncBody><Replace><CmdID>1002</CmdID><Item><Target><LocURI>./Vendor/MSFT/Policy/Config/Camera/AllowCamera</LocURI></Target><Meta><Format xmlns="syncml:metinf">int</Format></Meta><Data>0</Data></Item></Replace> <Final/></SyncBody></SyncML></Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
<Replace>
|
<Replace>
|
||||||
@ -162,16 +162,16 @@ Disable camera using network trigger with time trigger, from 9-5, when ip4 gatew
|
|||||||
<Format xmlns="syncml:metinf">chr</Format>
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
</Meta>
|
</Meta>
|
||||||
<Data>
|
<Data>
|
||||||
<rule schemaVersion="1.0">
|
<rule schemaVersion="1.0">
|
||||||
<and>
|
<and>
|
||||||
<signal type="ipConfig">
|
<signal type="ipConfig">
|
||||||
<ipv4Gateway>192.168.0.1</ipv4Gateway>
|
<ipv4Gateway>192.168.0.1</ipv4Gateway>
|
||||||
</signal>
|
</signal>
|
||||||
<signal type="time">
|
<signal type="time">
|
||||||
<daily startTime="09:00:00" endTime="17:00:00"/>
|
<daily startTime="09:00:00" endTime="17:00:00"/>
|
||||||
</signal>
|
</signal>
|
||||||
</and>
|
</and>
|
||||||
</rule>
|
</rule>
|
||||||
</Data>
|
</Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
|
Reference in New Issue
Block a user