Posted on 03-09-2022 07:29 PM
I’m trying to find the best method to allow pop-ups from sites in Google Chrome. I tried defaults write com.google.chrome DefaultPopupsSetting –integer 1 but nothing happens. My google fu is failing me beyond this. Any help appreciated.
Also, if there is a way to do this with a Jamf Config profile that would be great. I just can’t find it.
Thank you
Solved! Go to Solution.
Posted on 03-09-2022 08:05 PM
You can try using a custom schema to set this via config profile: https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/blob/main/manifests/ManagedPre...
Here's a link to the JNUC talk on schemas and how to use them if this helps: https://www.youtube.com/watch?v=3ZdFzWBTkjg
Posted on 03-09-2022 08:05 PM
You can try using a custom schema to set this via config profile: https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/blob/main/manifests/ManagedPre...
Here's a link to the JNUC talk on schemas and how to use them if this helps: https://www.youtube.com/watch?v=3ZdFzWBTkjg
Posted on 03-09-2022 10:19 PM
Worked like a charm. Thanks