mirror of
https://github.com/safing/intel-data
synced 2025-04-25 19:29:11 +00:00
Merge pull request #86 from safing/dhaavi-patch-5
Add OISD-NSFW filter list migration notification
This commit is contained in:
commit
5e86fadf10
1 changed files with 15 additions and 0 deletions
|
@ -6,6 +6,21 @@ notifications:
|
|||
# 50-60 characters per line
|
||||
# resuling in about 350-400 characters
|
||||
|
||||
filterlist-trim-oisd-nsfw:
|
||||
title: "Optimizing OISD-NSFW Filter List"
|
||||
message: |
|
||||
Portmaster has been using the OISD-NSFW filter list for a long time now. While this is a high quality list, it has grown very fast in the last years and is beginning to impact Portmaster performance.
|
||||
|
||||
Fortunately, OISD offers a smaller variant of their NSFW list, which Portmaster will switch to in the coming days. This change is automatic and there is nothing you have to do.
|
||||
|
||||
In case you want to continue using the [complete OISD-NSFW filter list](https://oisd.nl/setup), you can still [download it manually from HERE](https://oisd.nl/setup) and tell Portmaster to use it by configuring the Customer Filter List setting.
|
||||
match: 'Config.filter/lists.#[%\"NSFW\"] exists or Config.filter/lists.#[%\"NSFWM\"] exists or Config.filter/lists.#[%\"OISD-NSFW\"] exists'
|
||||
type: 1 # Warning
|
||||
availableActions:
|
||||
- text: "OISD Website"
|
||||
type: open-url
|
||||
payload: https://oisd.nl
|
||||
|
||||
release-announcement-v1-6-2:
|
||||
title: "What's New in v1.6"
|
||||
message: "[Read about importing and exporting settings and app profiles](https://safing.io/blog/2023/12/11/Portmaster-v1.6/?source=Portmaster). Thank you for using Portmaster!"
|
||||
|
|
Loading…
Add table
Reference in a new issue