mirror of
https://github.com/safing/intel-data
synced 2025-04-18 08:09:08 +00:00
Add OISD block lists
This commit is contained in:
parent
bf67bbf3e7
commit
a558831dc5
1 changed files with 40 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue