If a website is marked as blocked based on a content category but you wish to only unblock a specific domain for your organizations needs, follow the steps below.
Important: adding any website to the Allowed list will unblock it, including from our core categories of inappropriate content.
Via AppConfig Generator
You can add any websites to your allowed list by using Jamf's AppConfig Generator. This provides an easy to use interface and allows you to export the contents which can be copied into your Mobile Device Management solution.
Manually adding Blocked and Allowed Websites
For this policy, we recommend using the AppConfig Generator in order to set your preferred content categories. In the dropdown, type 'spin' in the drop down list and choose com.nationaledtech.spin/current/appconfig.xml.
URL formatting important when adding a website to the blocked or allowed list. You must include the whole URL: http://example.com. Adding a URL that exists in a currently blocked content category into the Allowed list will overwrite its blocking and be allowed.
<dict>
<key>Blocked Websites</key>
<array>
<string>https://example1.com</string>
<string>https://example2.com</string>
</array>
<key>Allowed Websites</key>
<array>
<string>https://example3</string>
</array>
</dict>
Comments
0 comments
Please sign in to leave a comment.