Forum Discussion
dneto
Mar 17, 2021Copper Contributor
Chrome Policies - ADMX Ingestion and OMA-URI Values | NotificationsAllowedForUrls
Hi.
Has Someone succeeded to apply NotificationsAllowedForUrls policies using OMA-URI values?
I have set all stuff for ADMX Ingestion for Chrome, using official doc.
All other settings are working as expected, just this specific one i'm getting error:
Name: NotificationsAllowedForUrls
OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~ContentSettings/NotificationsAllowedForUrls
Value:
<enabled/><data id="NotificationsAllowedForUrls" value="1[*.]workplace.com2[*.]office.com"/>
Oliver Kieselbach you who are such guru on OMA-URI stuff... did you saw something like this?
- dnetoCopper Contributor
I figure out the problem.
The right data id is:
<enabled/><data id="NotificationsAllowedForUrlsDesc" value="1[*.]workplace.com2[*.]office.com"/>
Correct: NotificationsAllowedForUrlsDesc
Incorrect: NotificationsAllowedForUrls