Siri logging & sharing - profile prevention

So, in light of the past days revelations that a small percentage of Siri requests may be heard by 3rd party I’d like to prevent this with a profile, on my iPhone & iPad. Not because I have anything to hide, I’m simply really invested in privacy.

I don’t have a Mac any longer so I can’t create a profile myself, but I’ve downloaded (but not yet installed) the profile from here and when I check the profile for any hidden “bad boys” it seems that the only thing this profile does, is to restrict Siri logging - but I was hoping you guys ‘n’ gals can confirm this, even though I know installing an unsigned profile from the 'net pose a huge security risk - but in this case it might be ok seeing as I got the link to the Githbub from both Cultofmac.com & 9to5mac.com - so, what do you guys say?:grin:

The profile XML data looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>PayloadContent</key>
	<array>
		<dict>
			<key>PayloadDescription</key>
			<string>Configures restrictions</string>
			<key>PayloadDisplayName</key>
			<string>Restrictions</string>
			<key>PayloadIdentifier</key>
			<string>com.apple.applicationaccess.F74CDA0E-A7D5-4DF6-BA3F-7F45174E960F</string>
			<key>PayloadType</key>
			<string>com.apple.applicationaccess</string>
			<key>PayloadUUID</key>
			<string>F74CDA0E-A7D5-4DF6-BA3F-7F45174E960F</string>
			<key>PayloadVersion</key>
			<integer>1</integer>
			<key>allowSiriServerLogging</key>
			<false/>
		</dict>
	</array>
	<key>PayloadDescription</key>
	<string>This profile contains a single restriction - it sets the "Allow server-side logging of Siri commands" parameter to False.</string>
	<key>PayloadDisplayName</key>
	<string>Prevent server-side logging of Siri commands</string>
	<key>PayloadIdentifier</key>
	<string>jankais3r-nologgingsiri</string>
	<key>PayloadRemovalDisallowed</key>
	<false/>
	<key>PayloadType</key>
	<string>Configuration</string>
	<key>PayloadUUID</key>
	<string>919038C3-6D3A-4BE5-98B3-7880C3ACF731</string>
	<key>PayloadVersion</key>
	<integer>1</integer>
</dict>
</plist>

You can easily disable this yourself by going to

Settings - privacy - analysis - share icloud analysis

Disable this setting and done

1 Like

Thank you - I didn’t know that included Siri requests as well