-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolicies.json
58 lines (58 loc) · 2.96 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
{
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
"policies": {
"OverrideFirstRunPage": "",
"DisableProfileImport": false,
"DisableFirefoxStudies": true,
"DisableTelemetry": true,
"DisableFeedbackCommands": true,
"DisablePocket": true,
"NoDefaultBookmarks": true,
"Extensions": {
"Install": [
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/latest/matte-black-v1/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi"
]
},
"3rdparty": {
"Extensions": {
"[email protected]": {
"adminSettings": {
"userSettings": {
"advancedUserEnabled": true,
"uiTheme": "dark",
"externalLists": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt",
"importedLists": [
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt"
],
"popupPanelSections": 31
},
"selectedFilterLists": [
"user-filters",
"ublock-filters",
"ublock-badware",
"ublock-privacy",
"ublock-quick-fixes",
"ublock-abuse",
"ublock-unbreak",
"easylist",
"adguard-spyware-url",
"easyprivacy",
"urlhaus-1",
"adguard-annoyance",
"fanboy-cookiemonster",
"fanboy-annoyance",
"ublock-annoyances",
"plowe-0",
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt"
],
"dynamicFilteringString": "behind-the-scene * * noop\nbehind-the-scene * inline-script noop\nbehind-the-scene * 1p-script noop\nbehind-the-scene * 3p-script noop\nbehind-the-scene * 3p-frame noop\nbehind-the-scene * image noop\nbehind-the-scene * 3p noop\n* * 3p-script block\n* * 3p-frame block",
"hostnameSwitchesString": "no-large-media: behind-the-scene false\nno-remote-fonts: * true\nno-csp-reports: * true"
}
}
}
}
}
}