In our environment, we are using an app policy to share Micorosft Edge to our devices. It is used to access one website only, so we have enabled Managed App Config for the app.
Since it's only used to access one site, we have blocked all the other site with blackist using *. So far, we have only needed one site on whitelist, so there was no need to think about this further. Now we need to allow access to two different sites, but I can't find the correct syntax to write to the Allowed URLs textbox. How should I do this to enable access to both sites needed?
I have tried mutiple ways, such as:
www.site1.com&www.site2.com
None of those have worked, all sites will be blocked if I use those.