Skip to content

Commit 3ff375b

Browse files
committed
Corrected policies
1 parent 19a6403 commit 3ff375b

1 file changed

Lines changed: 42 additions & 6 deletions

File tree

src/main/policies.json

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
"type": "boolean",
7272
"default": true
7373
},
74+
"iZOOlogicEnabled": {
75+
"title": "iZOOlogic Web Protection Enabled",
76+
"description": "Managed enabled state for iZOOlogic Web Protection.",
77+
"type": "boolean",
78+
"default": true
79+
},
7480
"PrecisionSecEnabled": {
7581
"title": "PrecisionSec Web Protection Enabled",
7682
"description": "Managed enabled state for PrecisionSec Web Protection.",
@@ -119,6 +125,12 @@
119125
"type": "boolean",
120126
"default": true
121127
},
128+
"KADAntiScamEnabled": {
129+
"title": "KAD Anti-Scam List Enabled",
130+
"description": "Managed enabled state for KAD Anti-Scam List.",
131+
"type": "boolean",
132+
"default": true
133+
},
122134
"OpenPhishEnabled": {
123135
"title": "OpenPhish List Enabled",
124136
"description": "Managed enabled state for OpenPhish List.",
@@ -131,18 +143,30 @@
131143
"type": "boolean",
132144
"default": true
133145
},
134-
"PhishingDatabaseEnabled": {
135-
"title": "Phishing.Database List Enabled",
136-
"description": "Managed enabled state for Phishing.Database List.",
137-
"type": "boolean",
138-
"default": true
139-
},
140146
"PhishuntIOEnabled": {
141147
"title": "Phishunt.io List Enabled",
142148
"description": "Managed enabled state for Phishunt.io List.",
143149
"type": "boolean",
144150
"default": true
145151
},
152+
"RedFlagDomainsEnabled": {
153+
"title": "Red Flag Domains List Enabled",
154+
"description": "Managed enabled state for Red Flag Domains List.",
155+
"type": "boolean",
156+
"default": true
157+
},
158+
"SecureFeedEnabled": {
159+
"title": "SecureFeed List Enabled",
160+
"description": "Managed enabled state for SecureFeed List.",
161+
"type": "boolean",
162+
"default": true
163+
},
164+
"SinkingYachtsEnabled": {
165+
"title": "SinkingYachts List Enabled",
166+
"description": "Managed enabled state for SinkingYachts List.",
167+
"type": "boolean",
168+
"default": true
169+
},
146170
"THREATfoxEnabled": {
147171
"title": "THREATfox List Enabled",
148172
"description": "Managed enabled state for THREATfox List.",
@@ -154,6 +178,18 @@
154178
"description": "Managed enabled state for URLhaus List.",
155179
"type": "boolean",
156180
"default": true
181+
},
182+
"URLAbuseEnabled": {
183+
"title": "URLAbuse List Enabled",
184+
"description": "Managed enabled state for URLAbuse List.",
185+
"type": "boolean",
186+
"default": true
187+
},
188+
"ValidinEnabled": {
189+
"title": "Validin List Enabled",
190+
"description": "Managed enabled state for Validin List.",
191+
"type": "boolean",
192+
"default": true
157193
}
158194
}
159195
}

0 commit comments

Comments
 (0)