forked from d3cim/mozilla.cfg
Update 'config/distribution/policies.json'
⛔️ Disabled StartPage, Twitter and Yahoo extensions (like search engines) ⛔️ Disabled Bing, Google, Twitter, Amazon and eBay as preinstalled search engines in ESR versions ℹ️ Removed custom folder with some usefull about: pages ℹ️ Removed StartPage as default search engine in ESR versions
This commit is contained in:
parent
d71fc8c986
commit
0d36cf1224
|
@ -1,51 +1,6 @@
|
||||||
{
|
{
|
||||||
"policies": {
|
"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,
|
"CaptivePortal": false,
|
||||||
|
|
||||||
"Certificates": {
|
"Certificates": {
|
||||||
|
@ -97,6 +52,10 @@
|
||||||
"Fingerprinting": false
|
"Fingerprinting": false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"Extensions": {
|
||||||
|
"Uninstall": ["startpage@search.mozilla.org", "twitter@search.mozilla.org", "yahoo@search.mozilla.org"]
|
||||||
|
},
|
||||||
|
|
||||||
"ExtensionUpdate": true,
|
"ExtensionUpdate": true,
|
||||||
|
|
||||||
"FlashPlugin": {
|
"FlashPlugin": {
|
||||||
|
@ -117,10 +76,7 @@
|
||||||
|
|
||||||
"Homepage": {
|
"Homepage": {
|
||||||
"URL": "about:blank",
|
"URL": "about:blank",
|
||||||
"Locked": true,
|
"Locked": true
|
||||||
"Additional": ["http://example.org/",
|
|
||||||
"http://example.edu/"],
|
|
||||||
"StartPage": "none"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"NewTabPage": false,
|
"NewTabPage": false,
|
||||||
|
@ -174,19 +130,8 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"SearchEngines": {
|
"SearchEngines": {
|
||||||
"Default": "StartPage",
|
|
||||||
"PreventInstalls": false,
|
"PreventInstalls": false,
|
||||||
"Remove": ["Bing", "Google", "Twitter", "Amazon.com", "eBay"],
|
"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,
|
"SearchSuggestEnabled": false,
|
||||||
|
|
Loading…
Reference in New Issue