mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
firefox policies: go wild
This commit is contained in:
parent
3de5d4cac3
commit
7a68117198
@ -17,6 +17,8 @@ per whatever I am doing.
|
||||
- [Extensions](#extensions)
|
||||
- [Privacy Badger](#privacy-badger)
|
||||
- [Search engines](#search-engines)
|
||||
- [Useful looking things for the future](#useful-looking-things-for-the-future)
|
||||
- [Certificate installations](#certificate-installations)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
@ -59,3 +61,15 @@ when testing this policy I won't have to see Google.
|
||||
|
||||
Additionally it's a lie since at least Nightly reads it too without
|
||||
complaining.
|
||||
|
||||
## Useful looking things for the future
|
||||
|
||||
### Certificate installations
|
||||
|
||||
In the `certificates` section
|
||||
|
||||
```json
|
||||
{
|
||||
"Install": ["my_certificate_here.pem"]
|
||||
}
|
||||
```
|
||||
|
@ -67,6 +67,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Certificates": {
|
||||
"ImportEnterpriseRoots": false
|
||||
},
|
||||
"Containers": {
|
||||
"Default": [
|
||||
{
|
||||
"color": "red",
|
||||
"icon": "fence",
|
||||
"name": "DIY"
|
||||
}
|
||||
]
|
||||
},
|
||||
"DNSOverHTTPS": {
|
||||
"Enabled": true,
|
||||
"Locked": true,
|
||||
@ -78,6 +90,7 @@
|
||||
"DontCheckDefaultBrowser": true,
|
||||
"EnableTrackingProtection": {
|
||||
"Cryptomining": true,
|
||||
"EmailTracking": true,
|
||||
"Exceptions": [
|
||||
"https://app.element.io",
|
||||
"https://staging.element.io",
|
||||
@ -99,6 +112,10 @@
|
||||
"Locked": false,
|
||||
"Value": true
|
||||
},
|
||||
"EncryptedMediaExtensions": {
|
||||
"Enabled": true,
|
||||
"Locked": false
|
||||
},
|
||||
"ExtensionSettings": {
|
||||
"addon@darkreader.org": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi",
|
||||
@ -183,6 +200,17 @@
|
||||
"StartPage": "previous-session",
|
||||
"URL": "about:mozilla"
|
||||
},
|
||||
"OverrideFirstRunPage": "about:mozilla",
|
||||
"PDFjs": {
|
||||
"EnablePermissions": false,
|
||||
"Enabled": true
|
||||
},
|
||||
"Preferences": {
|
||||
"pdfjs.enableScripting": {
|
||||
"Status": "locked",
|
||||
"Value": false
|
||||
}
|
||||
},
|
||||
"SearchEngines": {
|
||||
"Add": [
|
||||
{
|
||||
@ -230,6 +258,12 @@
|
||||
],
|
||||
"Default": "Ecosia"
|
||||
},
|
||||
"SearchSuggestEnabled": false
|
||||
"SearchSuggestEnabled": false,
|
||||
"SecurityDevices": {
|
||||
"Add": {
|
||||
"Fujitsu mPollux DigiSignApplication": "/usr/lib64/libcryptoki.so"
|
||||
}
|
||||
},
|
||||
"ShowHomeButton": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user