mirror of
https://github.com/safing/intel-data
synced 2025-04-09 03:49:08 +00:00
Add broadcast notification about network rating removal
This commit is contained in:
parent
e78317b525
commit
5ff1160153
1 changed files with 19 additions and 0 deletions
|
@ -15,6 +15,25 @@ notifications:
|
|||
type: open-url
|
||||
payload: https://safing.io/blog/2023/10/18/Portmaster-v1.5/?source=Portmaster
|
||||
|
||||
removing-network-rating:
|
||||
title: "Removing Deprecated Network Rating"
|
||||
message: |
|
||||
The deprecated feature "Network Rating" will be fully removed beginning of December 2023.
|
||||
|
||||
[Read about why this happens now and what we have planned for the future instead.](https://safing.io/blog/2023/11/08/removing-deprecated-network-rating/?source=Portmaster)
|
||||
match: "Config.core/enableNetworkRating is true"
|
||||
type: 1 # Warning
|
||||
showOnSystem: true
|
||||
repeat: 72h # 3 days
|
||||
availableActions:
|
||||
- text: "Read Blog"
|
||||
type: open-url
|
||||
payload: https://safing.io/blog/2023/11/08/removing-deprecated-network-rating/?source=Portmaster
|
||||
- text: "Change Setting"
|
||||
type: open-setting
|
||||
payload:
|
||||
Key: core/enableNetworkRating
|
||||
|
||||
dangerous-setting-global-allow-incoming:
|
||||
title: "Dangerous Setting: Incoming Connections"
|
||||
message: |
|
||||
|
|
Loading…
Add table
Reference in a new issue