summaryrefslogtreecommitdiff
path: root/firefox/policies.json
blob: 693e14bc51ed82c74c6b5df0a14543dfdb7442d5 (plain)
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
{
    "policies" : {
        "DefaultDownloadDirectory" : "${home}/downloads",

        "ExtensionSettings" : {
            "uBlock0@raymondhill.net": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
            },
            "uMatrix@raymondhill.net": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/umatrix/latest.xpi"
            },
            "CookieAutoDelete@kennydo.com": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/cookie-autodelete/latest.xpi"
            },
            "treestyletab@piro.sakura.ne.jp": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/tree-style-tab/latest.xpi"
            },
            "tridactyl.vim@cmcaine.co.uk": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/tridactyl-vim/latest.xpi"
            },
            "{DDC359D1-844A-42a7-9AA1-88A850A938A8}": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/downthemall/latest.xpi"
            },
            "{e4a8a97b-f2ed-450b-b12d-ee082ba24781}": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/greasemonkey/latest.xpi"
            },
            "skipredirect@sblask": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/skip-redirect/latest.xpi"
            },
            "foxyproxy@eric.h.jung": {
                "installation_mode": "normal_installed",
                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/foxyproxy-standard/latest.xpi"
            }
        },

        "SearchEngines": {
            "Add" : [
                {
                    "Name": "searx-prg",
                    "URLTemplate": "https://searx-prg.khirnov.net/search?q={searchTerms}",
                    "Method": "GET",
                    "Alias" : "@searx-prg"
                }
            ],
            "Default" : "searx-prg"
        },

        "Certificates" : {
            "Install" : ["/usr/local/share/ca-certificates/khirnov.net.crt"]
        }
    }
}