Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Keys and added ExtensionInstallForcelist Key #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Schemas for JAMF Pro

The Small Schema for Chrome is to Allow Outdated Plug ins, Enable Safe Browsing, and to Blacklistt all extensions and then the ability to add extensions to a whitelist without have to keep a plist file to upload.

I've updated the keys to match the new keys set by Google.
20 changes: 16 additions & 4 deletions Small Chrome Schema
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"title": "com.google.Chrome",
"description": "",
"properties": {
"ExtensionInstallWhitelist": {
"title": "ExtensionInstallWhitelist",
"ExtensionInstallAllowlist": {
"title": "ExtensionInstallAllowlist",
"description": "",
"property_order": 5,
"anyOf": [
Expand All @@ -18,8 +18,8 @@
}
]
},
"ExtensionInstallBlacklist": {
"title": "ExtensionInstallBlacklist",
"ExtensionInstallBlocklist": {
"title": "ExtensionInstallBlocklist",
"description": "",
"property_order": 10,
"anyOf": [
Expand Down Expand Up @@ -57,6 +57,18 @@
"type": "string"
}
]
},
"ExtensionInstallForcelist": {
"title": "ExtensionInstallForcelist",
"description": "",
"property_order": 25,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "string"
}
]
}
}
}