mirror of
https://github.com/safing/intel-data
synced 2025-04-09 03:49:08 +00:00
Add UNBREAK category and lists
This commit is contained in:
parent
72b80a9648
commit
9b5064b92a
4 changed files with 34 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
version: "v2022.2.3"
|
||||
version: "v2022.6.7"
|
||||
schemaVersion: "v2.0.0"
|
||||
categories:
|
||||
- name: "Ads & Trackers"
|
||||
|
@ -65,6 +65,10 @@ categories:
|
|||
id: "EXPERIMENTS"
|
||||
description: "Experimental lists of various categories that are being evaluated and might easily break websites and applications. Feedback on these lists is very welcome."
|
||||
|
||||
- name: "Unbreak Popular Websites"
|
||||
id: "UNBREAK"
|
||||
description: "Even the best filter lists sometimes break a website. Activate this category to lift potential blocks of popular domains. Will never lift user configured rules and settings."
|
||||
|
||||
sources:
|
||||
- name: "AdAway Ads List"
|
||||
id: "AA-AD"
|
||||
|
@ -383,6 +387,24 @@ sources:
|
|||
# Currently suspended.
|
||||
# See https://dshield.org/suspicious_domains.html
|
||||
|
||||
- name: "Safing Unbreak List"
|
||||
id: "17-UNBREAK"
|
||||
description: "Safing's maintained unbreak list that lifts breaking blocks of some popular websites or software."
|
||||
category: "UNBREAK"
|
||||
urls:
|
||||
- url: "https://raw.githubusercontent.com/safing/intel-data/master/lists/unbreak.txt"
|
||||
type: "Domain"
|
||||
parser: "domainlist"
|
||||
- url: "https://raw.githubusercontent.com/safing/intel-data/master/lists/unbreak-ip4.txt"
|
||||
type: "IPv4"
|
||||
parser: "hostsfile"
|
||||
- url: "https://raw.githubusercontent.com/safing/intel-data/master/lists/unbreak-ip6.txt"
|
||||
type: "IPv6"
|
||||
parser: "hostsfile"
|
||||
website: "https://github.com/safing/intel-data"
|
||||
contribute: "https://github.com/safing/intel-data"
|
||||
license: "CC-BY-SA-4.0"
|
||||
|
||||
- name: "Safing Special List: Secure DNS Resolvers"
|
||||
id: "17-DNS"
|
||||
description: "Services that provide secure DNS resolvers that could be used to bypass the Portmaster."
|
||||
|
|
3
lists/unbreak-ip4.txt
Normal file
3
lists/unbreak-ip4.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Copyright by Intel-Data Authors
|
||||
# Managed by Safing at https://github.com/safing/intel-data
|
||||
# License: CC-BY-SA-4.0
|
3
lists/unbreak-ip6.txt
Normal file
3
lists/unbreak-ip6.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Copyright by Intel-Data Authors
|
||||
# Managed by Safing at https://github.com/safing/intel-data
|
||||
# License: CC-BY-SA-4.0
|
5
lists/unbreak.txt
Normal file
5
lists/unbreak.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Copyright by Intel-Data Authors
|
||||
# Managed by Safing at https://github.com/safing/intel-data
|
||||
# License: CC-BY-SA-4.0
|
||||
|
||||
t.co # Used by Twitter for outgoing links.
|
Loading…
Add table
Reference in a new issue