From bda4eb77dc5264f7d897789cd7f7ac121947d4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Tue, 9 Apr 2024 13:45:22 +0200 Subject: [PATCH] Track Open Terms Archive documents --- declarations/Open Terms Archive.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 declarations/Open Terms Archive.json diff --git a/declarations/Open Terms Archive.json b/declarations/Open Terms Archive.json new file mode 100644 index 0000000..2239d34 --- /dev/null +++ b/declarations/Open Terms Archive.json @@ -0,0 +1,13 @@ +{ + "name": "Open Terms Archive", + "documents": { + "Privacy Policy": { + "fetch": "https://opentermsarchive.org/privacy-policy", + "select": ".textcontent" + }, + "Imprint": { + "fetch": "https://opentermsarchive.org/legal-notice", + "select": ".textcontent" + } + } +}