From 0f61cc5be8e0105512a06c9cd81d08f7d92e3f4a Mon Sep 17 00:00:00 2001 From: Matthew RONCHETTO Date: Sat, 28 Dec 2024 19:06:57 -0800 Subject: [PATCH] fix(product): use correct quotation marks --- products/verleihshop.toml | 60 ++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/products/verleihshop.toml b/products/verleihshop.toml index 1118b370..a9f04316 100644 --- a/products/verleihshop.toml +++ b/products/verleihshop.toml @@ -1,76 +1,78 @@ name = "Verleihshop.de" -description = “Verleihshop.de is an online rental service for movies, games and books.” -slug = “rentalshop” -hostnames = [ “verleihshop.de” ] -sources = [ “https://www.verleihshop.de/datenschutz.html” ] -contributors = [ “ErSpieltHD” ] +description = "Verleihshop.de is an online rental service for movies, games and books." +slug = "verleihshop" +hostnames = [ "verleihshop.de" ] +sources = [ "https://www.verleihshop.de/datenschutz.html" ] +contributors = [ "ErSpieltHD" ] [rubric.behavioral-marketing] -value = “yes-opt-out” -citations = [„Verleihshop.de uses cookies and similar technologies to analyze user behavior and provide personalized advertising. Users can object to the use of cookies, but this may affect the functionality of the website. Further information can be found in the privacy policy of Verleihshop.de.“] +value = "yes-opt-out" +citations = [ + "Verleihshop.de uses cookies and similar technologies to analyze user behavior and provide personalized advertising. Users can object to the use of cookies, but this may affect the functionality of the website. Further information can be found in the privacy policy of Verleihshop.de." +] [rubric.security] -value = “somewhat” +value = "somewhat" citations = [ - “Verleihshop.de uses technical and organizational security measures to protect personal data from loss, misuse and unauthorized access. Details of the specific measures are not mentioned in the privacy policy.“ + "Verleihshop.de uses technical and organizational security measures to protect personal data from loss, misuse and unauthorized access. Details of the specific measures are not mentioned in the privacy policy." ] [rubric.third-party-collection] -value = “yes” +value = "yes" citations = [ - “Verleihshop.de works together with third-party providers to provide certain functions and services. Personal data may be passed on to these third-party providers. Further information can be found in the privacy policy of Verleihshop.de.“ + "Verleihshop.de works together with third-party providers to provide certain functions and services. Personal data may be passed on to these third-party providers. Further information can be found in the privacy policy of Verleihshop.de." ] [rubric.history] -value = “last-modified” +value = "last-modified" notes = [ - “The date of the last update is indicated at the end of the privacy policy.” + "The date of the last update is indicated at the end of the privacy policy." ] [rubric.data-deletion] -value = “yes-manual” +value = "yes-manual" citations = [ - “Users have the right to request the deletion of their personal data. Requests for data deletion can be made using the contact information provided in the privacy policy.“ + "Users have the right to request the deletion of their personal data. Requests for data deletion can be made using the contact information provided in the privacy policy." ] [rubric.data-breaches] -value = “no” +value = "no" notes = [ - “No information on data breaches or security incidents is mentioned in the privacy policy.” + "No information on data breaches or security incidents is mentioned in the privacy policy." ] [rubric.third-party-access] -value = “yes-unspecified” +value = "yes-unspecified" citations = [ - “Personal data may be passed on to third parties if this is necessary for the fulfillment of the contract or if there is a legal obligation. Details of the specific recipients are not mentioned in the privacy policy.“ + "Personal data may be passed on to third parties if this is necessary for the fulfillment of the contract or if there is a legal obligation. Details of the specific recipients are not mentioned in the privacy policy." ] [rubric.data-collection-reasoning] -value = “mostly” +value = "mostly" notes = [ - “The privacy policy explains the purposes of data collection, but not all types of data collected are clearly justified.” + "The privacy policy explains the purposes of data collection, but not all types of data collected are clearly justified." ] [rubric.noncritical-purposes] -value = “opt-out-some” +value = "opt-out-some" citations = [ - “Users can object to the use of their data for certain non-critical purposes, but not for all. For more information, please see the Verleihshop.de privacy policy.“ + "Users can object to the use of their data for certain non-critical purposes, but not for all. For more information, please see the Verleihshop.de privacy policy." ] [rubric.law-enforcement] -value = “reasonable” +value = "reasonable" citations = [ - “Verleihshop.de may disclose personal data if this is required by law or is necessary to protect legitimate interests. Further information can be found in the privacy policy of Verleihshop.de.“ + "Verleihshop.de may disclose personal data if this is required by law or is necessary to protect legitimate interests. Further information can be found in the privacy policy of Verleihshop.de." ] [rubric.list-collected] -value = “generally” +value = "generally" notes = [ - “The privacy policy lists the data collected in general, but some categories of data are not specifically mentioned.” + "The privacy policy lists the data collected in general, but some categories of data are not specifically mentioned." ] [rubric.revision-notify] -value = “yes” +value = "yes" citations = [ - “Verleihshop.de reserves the right to change the privacy policy. Users will be informed about significant changes. Further information can be found in the privacy policy of Verleihshop.de.“ + "Verleihshop.de reserves the right to change the privacy policy. Users will be informed about significant changes. Further information can be found in the privacy policy of Verleihshop.de." ]