We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d46db commit b37b7e5Copy full SHA for b37b7e5
1 file changed
docs/user_interface/README.md
@@ -100,5 +100,17 @@ The following filters are available:
100
* **Timeframe** — displays the results filtered by chosen period or date.
101
* **Items per page displayed** — click the number at the table bottom.
102
103
-The table can be sorted by Added and Path. By default, it is sorted from newest to oldest.
+The table can be sorted by Added and Path. By default, it is sorted from newest to oldest.
104
+
105
+:::tip Note
106
+The end-user malware ignore list is disabled by default. Only Imunify360 administrators can enable it:
107
+```
108
+imunify360-agent config update '{"PERMISSIONS": {"user_ignore_list": true}}'
109
110
+For disabling:
111
112
+imunify360-agent config update '{"PERMISSIONS": {"user_ignore_list": false}}'
113
114
115
+:::
116
0 commit comments