This repository has been archived on 2020-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
mozilla.cfg/config/distribution/policies.json

189 lines
4.1 KiB
JSON

{
"policies": {
"Bookmarks": [
{
"Title": "RESTART",
"URL": "about:restartrequired",
"Placement": "menu",
"Folder": "ADVANCED"
},
{
"Title": "about:config",
"URL": "about:config",
"Placement": "menu",
"Folder": "ADVANCED"
},
{
"Title": "ALL about:",
"URL": "about:about",
"Placement": "menu",
"Folder": "ADVANCED"
},
{
"Title": "POLICIES",
"URL": "about:policies",
"Placement": "menu",
"Folder": "ADVANCED"
},
{
"Title": "NETWORKING",
"URL": "about:networking",
"Placement": "menu",
"Folder": "ADVANCED"
},
{
"Title": "PROFILES",
"URL": "about:profiles",
"Placement": "menu",
"Folder": "ADVANCED"
},
{
"Title": "SUPPORT",
"URL": "about:support",
"Placement": "menu",
"Folder": "ADVANCED"
}
],
"CaptivePortal": false,
"Certificates": {
"ImportEnterpriseRoots": false
},
"Cookies": {
"Allow": ["http://example.org/"],
"Block": ["http://example.edu/"],
"ExpireAtSessionEnd": false,
"Locked": false
},
"DisableSetDesktopBackground": true,
"DisableMasterPasswordCreation": true,
"DisableFeedbackCommands": true,
"DisableFirefoxScreenshots": true,
"DisableFirefoxAccounts": true,
"DisableFirefoxStudies": true,
"DisablePocket": true,
"DisableProfileImport": true,
"DisableProfileRefresh": true,
"DisableSecurityBypass": {
"InvalidCertificate": true,
"SafeBrowsing": true
},
"DisableSystemAddonUpdate": false,
"DisableTelemetry": true,
"DontCheckDefaultBrowser": true,
"EnableTrackingProtection": {
"Value": false,
"Locked": true
},
"ExtensionUpdate": true,
"FlashPlugin": {
"Allow": ["http://example.org/"],
"Block": ["http://example.edu/"],
"Default": false,
"Locked": false
},
"FirefoxHome": {
"Search": false,
"TopSites": false,
"Highlights": false,
"Pocket": false,
"Snippets": false,
"Locked": true
},
"Homepage": {
"URL": "about:blank",
"Locked": true,
"Additional": ["http://example.org/",
"http://example.edu/"],
"StartPage": "none"
},
"NewTabPage": false,
"NetworkPrediction": false,
"NoDefaultBookmarks": true,
"OfferToSaveLogins": false,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"Permissions": {
"Camera": {
"Allow": ["https://example.org"],
"Block": ["https://example.edu"],
"BlockNewRequests": true,
"Locked": true
},
"Microphone": {
"Allow": ["https://example.org"],
"Block": ["https://example.edu"],
"BlockNewRequests": true,
"Locked": true
},
"Location": {
"Allow": ["https://example.org"],
"Block": ["https://example.edu"],
"BlockNewRequests": true,
"Locked": true
},
"Notifications": {
"Allow": ["https://example.org"],
"Block": ["https://example.edu"],
"BlockNewRequests": true,
"Locked": true
}
},
"PopupBlocking": {
"Allow": ["http://example.org/",
"http://example.edu/"],
"Default": true,
"Locked": true
},
"SearchEngines": {
"Default": "StartPage",
"PreventInstalls": false,
"Remove": ["Bing", "Google", "Twitter", "Amazon.com", "eBay"],
"Add": [
{
"Name": "StartPage",
"Alias": "",
"Description": "The world's most private search engine",
"URLTemplate": "https://www.startpage.com/do/search?query={searchTerms}",
"IconURL": "https://www.startpage.com/assets/images/logo-180x180.png",
"Method": "GET"
}
]
},
"SearchSuggestEnabled": false,
"SSLVersionMin": "tls1.2"
}
}