Showing questions for topic:
Showing questions tagged:

Import bookmarks with a policies.json script

I'm setting up a cloud-init to make it easier to deploy Linux workstations. I want to display the various links to my sites on my Firefox browser. Bookmark my services. D… (read more)

I'm setting up a cloud-init to make it easier to deploy Linux workstations. I want to display the various links to my sites on my Firefox browser. Bookmark my services. Do you think this is possible? I've already applied a rule to retrieve certificates, but it seems complicated for bookmarks.

Here's an extract  :

{

 "policies": {
   "Bookmarks": [
     {
       "Title": "Main",
       "URL": "https://service.net",
       "Folder": "Bookmarks Toolbar"
     },
     {
       "Title": "Service 1",
       "URL": "https://service1.net",
       "Folder": "Bookmarks Toolbar"
     },
     {
       "Title": "Service 2",
       "URL": "https://service2.net",
       "Folder": "Bookmarks Toolbar"
     },
     {
       "Title": "Documentation",
       "URL": "https://docs.net",
       "Folder": "Bookmarks Toolbar"
     }
   ]
 }

}

Best Regards,

Dylan

Solved Archived 1 179

Microsoft Store Firefox not loading Microsoft Bookings Page | "Network Protocol Error"

We've been noticing for some time now that we haven't been able to load the Microsoft Bookings Page using the Microsoft Store version of the Firefox web browser. Here's … (read more)

We've been noticing for some time now that we haven't been able to load the Microsoft Bookings Page using the Microsoft Store version of the Firefox web browser.


Here's what we have tried and what we know: -We cleared cache and cookies using the "Everything" drop down option to no avail. -Confirmed that we are running the latest version and no extensions are running. -Tested running it in "New Private Window" to no avail. -Tested Diagnostic Mode to no avail. -Tested Refresh Firefox to no avail. -We confirmed that we are able to login and load the Microsoft booking page using different browsers (Edge, Chrome and even Firefox directly from their own page) with no issues. - We confirmed that different users can replicate the issue and can be replicated on a different computer as well. -We confirmed that we are able to access other Office 365 web apps with out an issue on the Microsoft Store version of the Firefox web browser.

Microsoft Support stated that they are able to replicate the issue on their end, but advised to reach out to Firefox support to investigate this further.

Feel free to let me know if any other information would be helpful such as .HAR log file(s) etc.

Thanks!

Archived 1 160