Posted on 11-09-2021 08:01 AM
We have training that we have to take as an employee for compliance purposes and this training requires that pop-ups be allowed for a specific URL. Otherwise, the user is prompted to allow the pop-up. This happens for all three browsers - Safari, Google Chrome, and Firefox. Is there a script we can use to deploy to macs to automatically allow pop-ups from this URL?
Thank you!
Posted on 11-09-2021 08:42 PM
A configuration profile might be your best route. Chromium browsers (or at least Google Chrome and Edge that I know of) use the preference PopupsAllowedForUrls which would be place in the com.google.Chrome.plist profile which you could modify and upload as a configuration profile.
Firefox has setting for their configuration profile.
Another alternative would be to configure the browser(s) and use Composer to capture the application for deployment with your configured settings.
Posted on 03-09-2022 01:19 PM
Checking in on how best to implement this. I'm not understanding how to make the config profile with the DefaultPopupsSetting option.