Skip to content

Commit

Permalink
Add broadcast notification about network rating removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Nov 22, 2023
1 parent e78317b commit 5ff1160
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions portmaster/notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5ff1160

Please sign in to comment.