-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpolicies.json
105 lines (104 loc) · 2.77 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"policies": {
"BlockAboutAddons": true,
"BlockAboutConfig": true,
"BlockAboutProfiles": true,
"BlockAboutSupport": true,
"Bookmarks": [
{
"Placement": "toolbar",
"Title": "TH Homepage",
"URL": "https://www.schloss-tempelhof.de/"
},
{
"Placement": "toolbar",
"Title": "TH Mitfahrzentrale",
"URL": "http://mitfahrboerse.schloss-tempelhof.de/"
},
{
"Placement": "toolbar",
"Title": "TH Wetter",
"URL": "http://wetter.schloss-tempelhof.de/"
},
{
"Placement": "toolbar",
"Title": "Bahn.de",
"URL": "https://www.bahn.de/p/view/index.shtml"
},
{
"Placement": "toolbar",
"Title": "MetaGer Suchmachschine",
"URL": "https://metager.de/"
}
],
"Cookies": {
"AcceptThirdParty": "never",
"Default": false,
"ExpireAtSessionEnd": false,
"RejectTracker": true
},
"DisableDeveloperTools": true,
"DisableFeedbackCommands": true,
"DisableFirefoxAccounts": true,
"DisableFirefoxStudies": true,
"DisableFormHistory": true,
"DisableMasterPasswordCreation": true,
"DisablePocket": true,
"DisableProfileImport": true,
"DisableProfileRefresh": true,
"DisableSafeMode": true,
"DisableSetDesktopBackground": true,
"DisableTelemetry": true,
"DisplayBookmarksToolbar": true,
"EnableTrackingProtection": {
"Cryptomining": true,
"Fingerprinting": true,
"Value": true
},
"ExtensionSettings": {
"httpsEverywhere": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/https-everywhere/latest.xpi",
"installation_mode": "force_installed"
},
"uBlockOrigin": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
"installation_mode": "force_installed"
}
},
"ExtensionUpdate": true,
"FirefoxHome": {
"Highlights": false,
"Locked": true,
"Pocket": false,
"Search": false,
"Snippets": false,
"TopSites": false
},
"Homepage": {
"Locked": true,
"StartPage": "homepage",
"URL": "https://www.schloss-tempelhof.de/"
},
"NewTabPage": false,
"NoDefaultBookmarks": true,
"OfferToSaveLogins": false,
"OfferToSaveLoginsDefault": false,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"PasswordManagerEnabled": false,
"Preferences": {
"browser.fixup.dns_first_for_single_words": false,
"datareporting.policy.dataSubmissionPolicyBypassNotification": true,
"dom.event.contextmenu.enabled": false,
"security.ssl.errorReporting.enabled": false
},
"Proxy": {
"AutoLogin": true,
"Locked": true,
"Mode": "none",
"SOCKSVersion": 4,
"UseHTTPProxyForAllProtocols": true,
"UseProxyForDNS": false
}
}
}