Add OISD block lists

This commit is contained in:
Daniel 2021-12-01 14:34:01 +01:00
parent bf67bbf3e7
commit a558831dc5

View file

@ -59,6 +59,10 @@ categories:
id: "GAMBL"
description: "Services that provide pornographic content in addition to other content that is safe for work."
parent: "NSFW"
- name: "Mixed"
id: "NSFWM"
description: "Services that are generally not accepted in work environments."
parent: "NSFW"
- name: "Experiments"
id: "EXPERIMENTS"
@ -511,3 +515,39 @@ sources:
website: "https://github.com/r-a-y/mobile-hosts"
contribute: "https://github.com/r-a-y/mobile-hosts/issues"
license: "GPL-3.0"
- name: "OISD.nl Blocklist"
id: "OISD"
description: "Wide collection of domains with a focus on not breaking any websites."
category: "BAD"
urls:
- url: "https://dblw.oisd.nl/"
type: "Domain"
parser: "domainlist"
website: "https://oisd.nl/"
contribute: "https://oisd.nl/reportfalsepositive"
license: "Free to use."
- name: "OISD.nl Extra Blocklist"
id: "OISD"
description: "An addition to the main OISD.nl blocklist, with the possibility of breaking websites."
category: "EXPERIMENTS"
urls:
- url: "https://dblw.oisd.nl/extra/"
type: "Domain"
parser: "domainlist"
website: "https://oisd.nl/"
contribute: "https://oisd.nl/reportfalsepositive"
license: "Free to use."
- name: "OISD.nl NSFW Blocklist"
id: "OISD"
description: "A mixed NSFW blocklist by OISD."
category: "NSFWM"
urls:
- url: "https://dblw.oisd.nl/nsfw/"
type: "Domain"
parser: "domainlist"
website: "https://oisd.nl/"
contribute: "https://oisd.nl/reportfalsepositive"
license: "Free to use."