mirror of
https://github.com/mtan93/Profiles.git
synced 2026-03-08 05:31:55 +00:00
Initial Commit
This commit is contained in:
60
chrome.mobileconfig
Normal file
60
chrome.mobileconfig
Normal file
@@ -0,0 +1,60 @@
|
||||
<?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>PayloadIdentifier</key>
|
||||
<string>com.github.golbiga.profile.chrome</string>
|
||||
<key>PayloadRemovalDisallowed</key>
|
||||
<true/>
|
||||
<key>PayloadScope</key>
|
||||
<string>System</string>
|
||||
<key>PayloadType</key>
|
||||
<string>Configuration</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>D08FFE9B-D284-45A2-9C4F-47D024B3E656</string>
|
||||
<key>PayloadOrganization</key>
|
||||
<string></string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>Chrome Settings</string>
|
||||
<key>PayloadDescription</key>
|
||||
<string></string>
|
||||
<key>PayloadContent</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>PayloadType</key>
|
||||
<string>com.apple.ManagedClient.preferences</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.github.golbiga.profile.chrome</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>0CFBCE90-EDAB-4778-83A7-FCBB3F981A38</string>
|
||||
<key>PayloadEnabled</key>
|
||||
<true/>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>Custom: (com.google.Chrome)</string>
|
||||
<key>PayloadContent</key>
|
||||
<dict>
|
||||
<key>com.google.Chrome</key>
|
||||
<dict>
|
||||
<key>Forced</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>mcx_preference_settings</key>
|
||||
<dict>
|
||||
<key>PluginsAllowedForUrls</key>
|
||||
<array>
|
||||
<string>https://website1</string>
|
||||
<string>https://website2</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user