Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Firefox - Intune Bookmarks - Firefox can not parse JSON file.

  • 3 답장
  • 0 이 문제를 만남
  • 23 보기
  • 최종 답변자: Mike Kaply

more options

I am pushing out bookmarks company-wide through Intune on users Laptops. I spoke with Microsoft support and the configuration policy is created correctly and I followed Firefox's support page in creating them. It seems that the new JSON script that tells Firefox what bookmarks is unable to parse.

Anyone know if Firefox had an update that prevents intune from sending the JSON file?

Error message given through firefox.

"Unable to parse JSON for ManagedBookmarks"

I am pushing out bookmarks company-wide through Intune on users Laptops. I spoke with Microsoft support and the configuration policy is created correctly and I followed Firefox's support page in creating them. It seems that the new JSON script that tells Firefox what bookmarks is unable to parse. Anyone know if Firefox had an update that prevents intune from sending the JSON file? Error message given through firefox. "Unable to parse JSON for ManagedBookmarks"

모든 댓글 (3)

more options

I responded to your other question. Can you get me a copy of the JSON?

Or the actual XML from Intune?

mkaply at mozilla.com

more options

Mike Kaply said

I responded to your other question. Can you get me a copy of the JSON? Or the actual XML from Intune? mkaply at mozilla.com

I am using Intune to push out bookmarks company wide. Custom configuration profile. OMA-URI = ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks

String Value = <enabled/> <data id="JSON" value=' [

 {
   "toplevel_name": "Gray Bookmarks"
 },
 {
   "url": "https://grayu.docebosaas.com/",
   "name": "GrayU"
 },
 {
   "url": "www.shop.gray.com",
   "name": "Gray Shop"
 },
 {
   "url": "https://xjkpvylt.r.us-east-1.awstrack.me/L0/https:%2F%2Fmyapps.microsoft.com%2Fsignin%2F9677bad7-86e2-4ebb-a373-338cda8c992f%3FtenantId=8d725c94-ee37-4e10-a6f0-865eb448bb49/1/01000185efa67090-58382d53-5b25-48c5-ac69-06455b26fb35-000000/BNtsVah5HMm3sZzpowqH20kB6-A=306",
   "name": "Gray Rewards"
 },
 {
   "url": "https://myapps.microsoft.com/signin/ba63f398-6162-454a-8bca-d3f749001ac1?tenantId=8d725c94-ee37-4e10-a6f0-865eb448bb49",
   "name": "UKG"
 },
 {
   "url": "https://www.concursolutions.com/UI/SSO/p0014845pklg",
   "name": "Concur"
 },
 {
   "url": "https://portal.office.com/",
   "name": "Office 365"
 },
 {
   "url": "https://grayinc.egnyte.com/",
   "name": "Egnyte"
 },
 {
   "name": "Gray Construction",

"children": [ { "url": "https://gray.cmicpaas.com/cmicprod/SdMenu/?appCode=PYE", "name": "E-Time" }, { "url": "https://gogray.sharepoint.com/sites/GC", "name": "Go.Gray" }, { "url": "https://login.procore.com/", "name": "Procore" }, { "url": "https://gray.hammertechonline.com/", "name": "Hammertech" },

 ]

}, { "name": "Gray AE", "children": [ { "url": "https://grayae.deltekfirst.com/grayae/app/", "name": "Deltek" }, { "url": "https://gogray.sharepoint.com/sites/GrayAE", "name": "Go.Gray" }, { "url": "https://login.procore.com/", "name": "Procore" }, { "url": "https://manage.autodesk.com/", "name": "Autodesk Portal" }, { "url": "https://b2.autodesk.com/login?_ga=2.48257902.995833256.1678729711-1022231249.1637699445", "name": "BIM 360" }, ]

 }

]'/>

more options

You have a couple trailing commas, after BIM 360 and Hammertech.

I use jsonlint.com to find things like this.