Forum Discussion
adamedtech
Mar 02, 2019Copper Contributor
Google Chrome ADMX template for YouTube Restricted
Has anyone tried setting YouTubeRestricted mode in Intune? I have ingested the Google Chrome admx template and I am successfully setting safe search and extension whitelist and blacklists but I canno...
- Mar 06, 2019
Hi adamedtech,
I've implemented the setting in my lab, here is how it works:
OMA-URI: ./Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome/ForceYouTubeRestrict
Type: String
Value: <enabled/><data id="ForceYouTubeRestrict" value="2"/>
best,
Oliver
Michael Wolf
Jul 29, 2021Copper Contributor
what if i wanted to add multiple sites. i haven't been able to find anything really concrete when it comes to adding multi. i tried this, but i wasn't getting any data listed in the policies.
./Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~ContentSettings/PopupsAllowedForUrls
<enabled/><data id="PopupsAllowedForUrlsDesc" value="1[*.]google.com2[*.]yahoo.com3[*.]facebook.com"/>
Jul 29, 2021
As mentioned above, I think you have to add the url twice for one entry and then the next entry twice.
Url1-delimiter-Url1-delimiter-Url2-delimiter-Url2
[...]
URL Delimiter URL
so the URL to whitelist added twice and then the next URL
[...]
Url1-delimiter-Url1-delimiter-Url2-delimiter-Url2
[...]
URL Delimiter URL
so the URL to whitelist added twice and then the next URL
[...]
- Michael WolfJul 29, 2021Copper Contributor
Oliver Kieselbach so, like this?
./Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~ContentSettings/PopupsAllowedForUrls <enabled/><data id="PopupsAllowedForUrlsDesc" value=" [*.]google.com[*.]google.com [*.]yahoo.com[*.]yahoo.com [*.]facebook.com[*.]facebook.com "/>- Jul 30, 2021Yes correct, I think that was the way I implemented it. Did it work out for you as well?
- Michael WolfJul 30, 2021Copper Contributor
Oliver Kieselbach, i finally got it to work. Here is what i did to get it to work for me.
<enabled/><data id="PopupsAllowedForUrlsDesc" value="1[*.]google.com2[*.]yahoo.com"/>