omegafox/settings/distribution/policies.json
daijro dc3c0bde16 Misc fixes beta.13
- Fixed some memory enhancement prefs not setting correctly.
- Bfcache is now completely disabled. This should improve memory, but kills Playwright's page.go_back() and page.go_forward(). To re-enable this, set `browser.sessionhistory.max_entries` to the amount of pages you want to remember.
- Moved SanitizeOnShutdown policy to preferences instead. This unlocks clearOnShutdown preferences. #47
- Added experimental memorysaver property that clears all of the memory after each page.goto navigation. Helpful for datacenters running Camoufox, but could potentially break things.
- Cursor now starts in a random position on the screen
- Fixed screenshots not capturing the full window when a viewport is set by window.innerWidth and window.innerHeight.
2024-10-24 01:32:47 -05:00

83 lines
2.2 KiB
JSON

{
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
"policies": {
"AppUpdateURL": "https://localhost",
"DisableAppUpdate": true,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"DisableSystemAddonUpdate": true,
"DisableProfileImport": true,
"DisableFirefoxStudies": true,
"DisableTelemetry": true,
"DisableFeedbackCommands": true,
"DisablePocket": true,
"DisableSetDesktopBackground": true,
"DisableDeveloperTools": false,
"NoDefaultBookmarks": true,
"DisableFirefoxScreenshots": true,
"DisableSafeMode": true,
"DisplayBookmarksToolbar": "never",
"DontCheckDefaultBrowser": true,
"DisableFirefoxAccounts": true,
"DisableFormHistory": true,
"HardwareAcceleration": false,
"WindowsSSO": false,
"PasswordManagerEnabled": false,
"OfferToSaveLogins": false,
"ExtensionUpdate": false,
"PDFjs": {
"Enabled": true,
"EnablePermissions": true
},
"WebsiteFilter": {
"Block": ["https://localhost/*"],
"Exceptions": ["https://localhost/*"]
},
"Extensions": {
"Uninstall": [
"google@search.mozilla.org",
"bing@search.mozilla.org",
"amazondotcom@search.mozilla.org",
"ebay@search.mozilla.org",
"twitter@search.mozilla.org",
"webcompat@mozilla.org",
"screenshots@mozilla.org",
"pictureinpicture@mozilla.org",
"formautofill@mozilla.org"
]
},
"ExtensionSettings": {
"uBlock0@raymondhill.net": {
"default_area": "navbar",
"updates_disabled": true
},
"magnolia@12.34": {
"default_area": "navbar",
"updates_disabled": true
}
},
"SearchEngines": {
"PreventInstalls": true,
"Remove": [
"Google",
"DuckDuckGo",
"Bing",
"Amazon.com",
"eBay",
"Twitter",
"Wikipedia (en)"
],
"Default": "None",
"Add": [
{
"Name": "None",
"Description": "None",
"Alias": "",
"Method": "POST",
"URLTemplate": "http://127.0.0.1",
"PostData": ""
}
]
}
}
}