-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(product): use correct quotation marks
- Loading branch information
Showing
1 changed file
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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." | ||
] |