django-bootstrap-datepicker-plus icon indicating copy to clipboard operation
django-bootstrap-datepicker-plus copied to clipboard

Ensure gdpr compliance: local statics as an option

Open ErrorInPersona opened this issue 3 years ago • 0 comments

PR Description

Add a local version of required static files to ensure gdpr compliance; see: https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/ Under european privacy law, using a CDN to serve static files is in violation of the GDPR if it is possible to serve the staticfiles by yourself without any bigger problems. With this pr an option is added to serve staticfiles locally instead via a cdn.

Purpose

Ensure compliance

Approach

Add all required files to the package, add an option to use them

Issues solved in this PR

What has Changed

  • readme: Inform users about the new options
  • some statics: Added
  • added logic to use local files if requested

ErrorInPersona avatar Feb 18 '22 13:02 ErrorInPersona