From 7d4808d1dd87e36695cca83da710643e0cae97e6 Mon Sep 17 00:00:00 2001 From: Open Terms Archive Bot <89395732+OTA-Bot@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:56:11 +0100 Subject: [PATCH] Update BlaBlaCar Privacy Policy (#549) * Update BlaBlaCar Privacy Policy declaration * Update BlaBlaCar Privacy Policy history * Update BlaBlaCar Privacy Policy declaration * Update validUntil date in BlaBlaCar history declaration --------- Co-authored-by: Clifford Ouma Ochieng --- declarations/BlaBlaCar.history.json | 9 +++++++++ declarations/BlaBlaCar.json | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/declarations/BlaBlaCar.history.json b/declarations/BlaBlaCar.history.json index bac4161..4233e08 100644 --- a/declarations/BlaBlaCar.history.json +++ b/declarations/BlaBlaCar.history.json @@ -1,4 +1,13 @@ { + "Privacy Policy": [ + { + "fetch": "https://blog.blablacar.fr/about-us/privacy-policy", + "select": [ + "div[role=\"document\"]" + ], + "validUntil": "2024-11-16T12:32:28Z" + } + ], "General Conditions of Sale": [ { "fetch": "https://blog.blablacar.fr/about-us/terms-and-conditions", diff --git a/declarations/BlaBlaCar.json b/declarations/BlaBlaCar.json index aa5727d..1875fad 100644 --- a/declarations/BlaBlaCar.json +++ b/declarations/BlaBlaCar.json @@ -22,7 +22,10 @@ "Privacy Policy": { "fetch": "https://blog.blablacar.fr/about-us/privacy-policy", "select": [ - "div[role=\"document\"]" + ".article-full" + ], + "remove": [ + ".enlazatom-title-box" ] } }