-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpolicies.json
More file actions
83 lines (83 loc) · 2.32 KB
/
Copy pathpolicies.json
File metadata and controls
83 lines (83 loc) · 2.32 KB
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
{
"policies": {
"AppAutoUpdate": true,
"BackgroundAppUpdate": true,
"Cookies": {
"ExpireAtSessionEnd": true,
"Locked": true,
"Behavior": "reject-tracker",
"BehaviorPrivateBrowsing": "reject-tracker",
"DisableFirefoxAccounts": true
},
"EnableTrackingProtection": {
"Value": true,
"Locked": true,
"Cryptomining": true ,
"Fingerprinting": true,
"Exceptions": []
},
"EncryptedMediaExtensions": {
"Enabled": false,
"Locked": true
},
"ExtensionSettings": {
"*": {
"blocked_install_message": "This extension has not been approved, please contact the security team to review this extension.",
"installation_mode": "blocked",
"allowed_types": ["extension"]
},
"{d634138d-c276-4fc8-924b-40a0ea21d284}": {
"installation_mode": "allowed"
},
"plugin@okta.com": {
"installation_mode": "allowed"
},
"{bf855ead-d7c3-4c7b-9f88-9a7e75c0efdf}": {
"installation_mode": "allowed"
}
},
"OfferToSaveLogins": false,
"PasswordManagerEnabled": false,
"SanitizeOnShutdown": {
"Cache": true,
"Cookies": true,
"Downloads": false,
"FormData": true,
"History": false,
"Sessions": true,
"SiteSettings": true,
"OfflineApps": true,
"Locked": true
},
"ManagedBookmarks": [
{
"toplevel_name": "Bugcrowd Help"
},
{
"url": "https://bugcrowd.okta.com",
"name": "okta"
},
{
"url": "https://bugcrowd.atlassian.net/servicedesk/customer/portals",
"name": "Jira service desks"
},
{
"name": "Service Desk quick access",
"children": [
{
"url": "https://bugcrowd.atlassian.net/servicedesk/customer/portal/51",
"name": "IT"
},
{
"url": "https://bugcrowd.atlassian.net/servicedesk/customer/portal/46",
"name": "Cybersecurity"
}
]
}
],
"WebsiteFilter": {
"Block": ["http://xss.ht/"],
"Exceptions": []
}
}
}