Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
linux:custom_firefox [2023/03/16 12:36] minimilinux:custom_firefox [2023/05/06 02:00] (Version actuelle) minimi
Ligne 1: Ligne 1:
 +fichiers de config
 +policies.json dans /etc/firefox/policies/policies.json
 +user.pref dans ~/.mozilla/profile/XXXX/user.pref
 +
 +
 /etc/firefox/syspref.js (obsolete -> policies.json) /etc/firefox/syspref.js (obsolete -> policies.json)
  
Ligne 224: Ligne 229:
      "Extensions": {      "Extensions": {
       "Install": ["https://addons.mozilla.org/firefox/downloads/latest/dictionnaire-francais1",            "Install": ["https://addons.mozilla.org/firefox/downloads/latest/dictionnaire-francais1",     
-   "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin", 
                   "https://addons.mozilla.org/firefox/downloads/latest/sponsorblock",                   "https://addons.mozilla.org/firefox/downloads/latest/sponsorblock",
                   "https://addons.mozilla.org/firefox/downloads/latest/decentraleyes",                   "https://addons.mozilla.org/firefox/downloads/latest/decentraleyes",
                   "https://addons.mozilla.org/firefox/downloads/latest/facebook-container",                   "https://addons.mozilla.org/firefox/downloads/latest/facebook-container",
                   "https://addons.mozilla.org/firefox/downloads/latest/grammalecte-fr"]                   "https://addons.mozilla.org/firefox/downloads/latest/grammalecte-fr"]
 +    },
 +    
 +    "ExtensionSettings" : {
 +          "uBlock0@raymondhill.net": {
 +          "installation_mode": "normal_installed",
 +           "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
 +           }
     },     },
  
Ligne 251: Ligne 262:
        "block-lan",        "block-lan",
        "easyprivacy",        "easyprivacy",
-       "url-haus1",+       "urlhaus-1",
        "curben-phishing",        "curben-phishing",
        "curben-pup",        "curben-pup",
Ligne 257: Ligne 268:
        "adguard-social",        "adguard-social",
        "fanboy-thirdparty_social",        "fanboy-thirdparty_social",
-       "fanboy-cookiemonster", +              "fanboy-cookiemonster", 
-       "fanboy-annoyance", +              "fanboy-annoyance", 
-       "fanboy-social", +              "fanboy-social", 
-       "ublock-social",+              "ublock-social", 
 +              "ublock-annoyances",
        "dpollock-0",        "dpollock-0",
        "plowe-0",        "plowe-0",
Ligne 271: Ligne 283:
       }       }
     }     }
 +    
 +
 +
  
   }   }