mirror of
https://github.com/safing/intel-data
synced 2025-04-25 19:29:11 +00:00
Add broadcast notifications for update settings change
This commit is contained in:
parent
e50fa6c91d
commit
d367dd77f8
1 changed files with 25 additions and 0 deletions
|
@ -45,3 +45,28 @@ notifications:
|
|||
type: open-setting
|
||||
payload:
|
||||
Key: core/releaseChannel
|
||||
|
||||
updates-disabled:
|
||||
title: "Updates Disabled"
|
||||
message: |
|
||||
Automatic updates are completely disabled through configuration. Please note that this is potentially dangerous, as this also affects security updates as well as the filter lists and threat intelligence feeds. It is recommended to at least enable automatic intelligence data updates.
|
||||
match: "Config.core/automaticUpdates is false and Config.core/automaticIntelUpdates is false"
|
||||
type: 1 # Warning
|
||||
repeat: 168h # 1 week
|
||||
availableActions:
|
||||
- text: "Change Setting"
|
||||
type: open-setting
|
||||
payload:
|
||||
Key: core/automaticIntelUpdates
|
||||
|
||||
update-settings-improved:
|
||||
title: "Update Settings Improved"
|
||||
message: |
|
||||
The settings for controlling automatic updates have been improved. A new setting called "Automatic Intelligence Data Updates" now controls automatic intelligence data updates and has been enabled by default. If you don't want to receive these important data updates, please disable this setting.
|
||||
match: "Config.core/automaticUpdates is false and Install.NumericVersion < 1000012 and NumericVersion >= 1000012"
|
||||
type: 1 # Warning
|
||||
availableActions:
|
||||
- text: "Change Setting"
|
||||
type: open-setting
|
||||
payload:
|
||||
Key: core/automaticIntelUpdates
|
||||
|
|
Loading…
Add table
Reference in a new issue