From f63b8e5e6bc02af08358a58cdabaf93be2d79991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Wed, 20 Mar 2024 16:15:11 +0100 Subject: [PATCH] Add ToS;DR Privacy Policy (#9) --- declarations/ToS;DR.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 declarations/ToS;DR.json diff --git a/declarations/ToS;DR.json b/declarations/ToS;DR.json new file mode 100644 index 00000000..a355623b --- /dev/null +++ b/declarations/ToS;DR.json @@ -0,0 +1,10 @@ +{ + "name": "ToS;DR", + "documents": { + "Privacy Policy": { + "fetch": "https://docs.tosdr.org/sp/tosdr-org-privacy-policy", + "select": "#article-content", + "remove": "[role=\"navigation\"]" + } + } +}