From c40b4da33320a5e0bc4e0cb930a8dd19f19d0ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Wed, 13 Dec 2023 12:15:16 +0100 Subject: [PATCH] Add Open Terms Archive declaration --- 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 00000000..86abdb1e --- /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_textContent__ToW2S" + }, + "Imprint": { + "fetch": "https://opentermsarchive.org/legal-notice", + "select": ".TextContent_textContent__ToW2S" + } + } +}