-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolicies.json
61 lines (61 loc) · 1.84 KB
/
policies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
"policies": {
"AppUpdateURL": "https://localhost",
"DisableAppUpdate": true,
"NoDefaultBookmarks": true,
"Extensions": {
"Uninstall": [
"{d19a89b9-76c1-4a61-bcd4-49e8de916403}",
]
},
"SearchEngines": {
"PreventInstalls": false,
"Remove": [
"DuckDuckGo",
"DuckDuckGo HTML",
"Mullvad Leta",
"Mojeek",
"Brave Search",
"Startpage",
"MetaGer"
],
"Default": "Legwork",
"Add": [
{
"Name": "Legwork",
"Description": "Legwork.i2p is an experimental YaCy-based search engine for the I2P anonymity network.",
"Alias": "",
"Method": "POST",
"URLTemplate": "http://legwork.i2p/yacysearch.html?query={searchTerms}",
"PostData": "q={searchTerms}",
"IconURL": "http://legwork.i2p/favicon.ico"
},
{
"Name": "Shinobi",
"Description": "Shinobi, a search engine.",
"Alias": "",
"Method": "POST",
"URLTemplate": "http://shinobi.i2p/search",
"PostData": "query={searchTerms}",
"IconURL": "http://shinobi.i2p/favicon.ico"
},
{
"Name": "Ramble",
"Description": "Ramble, Reddit alternative social media.",
"Alias": "",
"Method": "GET",
"URLTemplate": "http://ramble.i2p/search?q={searchTerms}",
"IconURL": "http://ramble.i2p/favicon.ico"
}
]
}
}
}