Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

Import bookmarks with a policies.json script

more options

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

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

Wubrane rozrisanje

Okay I found the solution, there was a frame proposed by Firefox but it didn't work with my script so I modified it and it works perfectly.

{

 "policies": {
   "Bookmarks": [
     {
       "Title": "Documentation",
       "URL": "https://internal.docs/",
       "Placement": "toolbar",
       "Folder": "Infrastructures"
     },
     {
       "Title": "Internal Portal",
       "URL": "https://internal.portal/auth/",
       "Placement": "toolbar",
       "Folder": "Infrastructures"
     },

On the policies script, I've also made a rule about certificates, so everything works.

Best Regards,

Dylan

Tutu wotmołwu w konteksće čitać 👍 0

Wšě wotmołwy (1)

more options

Wubrane rozrisanje

Okay I found the solution, there was a frame proposed by Firefox but it didn't work with my script so I modified it and it works perfectly.

{

 "policies": {
   "Bookmarks": [
     {
       "Title": "Documentation",
       "URL": "https://internal.docs/",
       "Placement": "toolbar",
       "Folder": "Infrastructures"
     },
     {
       "Title": "Internal Portal",
       "URL": "https://internal.portal/auth/",
       "Placement": "toolbar",
       "Folder": "Infrastructures"
     },

On the policies script, I've also made a rule about certificates, so everything works.

Best Regards,

Dylan

Wužitny?

Stajće prašenje

Dyrbiće so pola swojeho konta přizjewić, zo byšće na přinoški wotmołwił. Prošu stajće nowe prašenje, jeli hišće wužiwarske konto nimaće.