From 5fd9fa4c76d002d64c14c29a7028a279c6d2f879 Mon Sep 17 00:00:00 2001 From: Anonymous Contributor Date: Fri, 1 Dec 2023 18:32:06 +0100 Subject: [PATCH 1/2] Update Open Terms Archive Privacy Policy declaration --- declarations/Open Terms Archive.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/declarations/Open Terms Archive.json b/declarations/Open Terms Archive.json index 0477717..f569f52 100644 --- a/declarations/Open Terms Archive.json +++ b/declarations/Open Terms Archive.json @@ -2,8 +2,10 @@ "name": "Open Terms Archive", "documents": { "Privacy Policy": { - "fetch": "https://opentermsarchive.org/fr/privacy-policy", - "select": ".TextContent_textContent__ToW2S" + "fetch": "https://opentermsarchive.org/privacy-policy", + "select": [ + ".TextContent_textContent__ToW2S" + ] }, "Imprint": { "fetch": "https://opentermsarchive.org/fr/legal-notice", From 5214618c25e43d145d94271d7a1299d570ed090e Mon Sep 17 00:00:00 2001 From: Anonymous Contributor Date: Fri, 1 Dec 2023 18:32:07 +0100 Subject: [PATCH 2/2] Update Open Terms Archive Privacy Policy history --- declarations/Open Terms Archive.history.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 declarations/Open Terms Archive.history.json diff --git a/declarations/Open Terms Archive.history.json b/declarations/Open Terms Archive.history.json new file mode 100644 index 0000000..eaf6833 --- /dev/null +++ b/declarations/Open Terms Archive.history.json @@ -0,0 +1,9 @@ +{ + "Privacy Policy": [ + { + "fetch": "https://opentermsarchive.org/fr/privacy-policy", + "select": ".TextContent_textContent__ToW2S", + "validUntil": "to-be-determined" + } + ] +}