Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
m1k1o
GitHub Repository: m1k1o/neko
Path: blob/master/apps/waterfox/policies.json
1300 views
1
{
2
"policies": {
3
"BlockAboutAddons": false,
4
"BlockAboutConfig": true,
5
"BlockAboutProfiles": true,
6
"BlockAboutSupport": true,
7
"Bookmarks": [
8
{
9
"Title": "IPLeak",
10
"URL": "https://ipleak.net/",
11
"Favicon": "https://ipleak.net/favicon.ico",
12
"Folder": "Pages",
13
"Placement": "toolbar"
14
},
15
{
16
"Title": "YouTube",
17
"URL": "https://www.youtube.com/",
18
"Favicon": "https://www.youtube.com/favicon.ico",
19
"Folder": "Pages",
20
"Placement": "toolbar"
21
},
22
{
23
"Title": "Google",
24
"URL": "https://www.google.com/",
25
"Favicon": "https://www.google.com/favicon.ico",
26
"Folder": "Pages",
27
"Placement": "toolbar"
28
}
29
],
30
"CaptivePortal": false,
31
"DisableAppUpdate": true,
32
"DisableBuiltinPDFViewer": true,
33
"DisableDeveloperTools": false,
34
"DisableFeedbackCommands": true,
35
"DisableFirefoxAccounts": true,
36
"DisableFirefoxScreenshots": true,
37
"DisableFirefoxStudies": true,
38
"DisableForgetButton": true,
39
"DisableMasterPasswordCreation": true,
40
"DisablePocket": true,
41
"DisablePrivateBrowsing": true,
42
"DisableProfileImport": true,
43
"DisableProfileRefresh": true,
44
"DisableSafeMode": true,
45
"DisableSetDesktopBackground": true,
46
"DisableSystemAddonUpdate": true,
47
"DisableTelemetry": true,
48
"DisplayBookmarksToolbar": false,
49
"DontCheckDefaultBrowser": true,
50
"EnableTrackingProtection": {
51
"Cryptomining": true,
52
"Fingerprinting": true,
53
"Value": true
54
},
55
"ExtensionSettings": {
56
"*": {
57
"installation_mode": "blocked"
58
},
59
"[email protected]": {
60
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sponsorblock/latest.xpi",
61
"installation_mode": "force_installed"
62
},
63
"[email protected]": {
64
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
65
"installation_mode": "force_installed"
66
}
67
},
68
"ExtensionUpdate": false,
69
"FirefoxHome": {
70
"Highlights": false,
71
"Pocket": false,
72
"Search": true,
73
"Snippets": false,
74
"TopSites": true
75
},
76
"FlashPlugin": {},
77
"HardwareAcceleration": false,
78
"Homepage": {
79
"Additional": [],
80
"StartPage": "home"
81
},
82
"NewTabPage": true,
83
"NoDefaultBookmarks": true,
84
"OfferToSaveLogins": false,
85
"OfferToSaveLoginsDefault": false,
86
"OverrideFirstRunPage": "",
87
"OverridePostUpdatePage": "",
88
"PasswordManagerEnabled": false,
89
"Permissions": {
90
"Camera": {
91
"BlockNewRequests": true
92
},
93
"Location": {
94
"BlockNewRequests": true
95
},
96
"Microphone": {
97
"BlockNewRequests": true
98
},
99
"Notifications": {
100
"BlockNewRequests": true
101
}
102
},
103
"Preferences": {
104
"browser.tabs.warnOnClose": false,
105
"browser.urlbar.suggest.bookmark": false,
106
"browser.urlbar.suggest.history": false,
107
"browser.urlbar.suggest.openpage": false,
108
"datareporting.policy.dataSubmissionPolicyBypassNotification": true,
109
"dom.disable_window_flip": true,
110
"dom.disable_window_move_resize": true,
111
"dom.event.contextmenu.enabled": true,
112
"extensions.getAddons.showPane": false,
113
"places.history.enabled": false,
114
"privacy.file_unique_origin": true,
115
"ui.key.menuAccessKeyFocuses": false
116
},
117
"PromptForDownloadLocation": false,
118
"SanitizeOnShutdown": {
119
"Cache": true,
120
"Cookies": true,
121
"Downloads": true,
122
"FormData": true,
123
"History": true,
124
"OfflineApps": true,
125
"Sessions": true,
126
"SiteSettings": true
127
}
128
}
129
}
130