]> freie-schul-it.de Git - fsit_cmgt.git/blob - templates/firefox_policies.json.j2
Einstellungen fuer Firefox
[fsit_cmgt.git] / templates / firefox_policies.json.j2
1 {
2 "policies": {
3 "DisableBuiltinPDFViewer": true,
4 "DisableFeedbackCommands": true,
5 "DisableFirefoxAccounts": true,
6 "DisableFirefoxStudies": true,
7 "DisablePocket": true,
8 "DisableProfileImport": true,
9 "DisableTelemetry": true,
10 "EnableTrackingProtection": {
11 "Cryptomining": true,
12 "Fingerprinting": true,
13 "Value": true
14 },
15 "ExtensionSettings": {
16 "*": {
17 "allowed_types": [
18 "extension",
19 "themes",
20 "dictionary",
21 "locale"
22 ],
23 "blocked_install_message": "{{ fsit_cmgt_blocked_install_message }}",
24 "install_sources": [
25 "about:addons",
26 "https://addons.mozilla.org/"
27 ],
28 "installation_mode": "allowed"
29 },
30 "CanvasBlocker@kkapsner.de": {
31 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/canvasblocker/latest.xpi",
32 "installation_mode": "blocked"
33 },
34 "{74145f27-f039-47ce-a470-a662b129930a}": {
35 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/clearurls/latest.xpi",
36 "installation_mode": "blocked"
37 },
38 "keepassxc-browser@keepassxc.org": {
39 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi",
40 "installation_mode": "normal_installed"
41 },
42 "skipredirect@sblask": {
43 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/skip-redirect/latest.xpi",
44 "installation_mode": "blocked"
45 },
46 "uBlock0@raymondhill.net": {
47 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
48 "installation_mode": "force_installed"
49 }
50 },
51 "FirefoxHome": {
52 "Highlights": false,
53 "Pocket": false,
54 "Search": true,
55 "Snippets": false,
56 "TopSites": true
57 },
58 "FlashPlugin": {
59 "Default": false,
60 "Locked": true
61 },
62 "Homepage": {
63 "StartPage": "homepage",
64 "URL": "{{ fsit_cmgt_homepage_url }}"
65 },
66 "NewTabPage": true,
67 "PasswordManagerEnabled": false,
68 "Preferences": {
69 "media.gmp-gmpopenh264.enabled": true,
70 "media.gmp-widevinecdm.enabled": true
71 },
72 "PrimaryPassword": false,
73 "RequestedLocales": [{{ fsit_cmgt_requested_locales }}],
74 "SanitizeOnShutdown": {
75 "Cache": true,
76 "OfflineApps": true
77 },
78 "SearchEngines": {
79 "Default": "{{ fsit_cmgt_searchengine }}",
80 "DefaultPrivate": "{{ fsit_cmgt_searchengine }}",
81 "Remove": [
82 "eBay",
83 "Amazon.com",
84 "Amazon.de",
85 "Google",
86 "Bing"
87 ]
88 }
89 }
90 }