friendica-addons/leistungsschutzrecht/README.md

18 lines
510 B
Markdown
Raw Permalink Normal View History

2018-12-17 22:55:13 +01:00
Leistungsschutzrecht Addon
==========================
Main author: Michael Vogel
2018-12-17 22:55:13 +01:00
This addon handles legal problems with the German link tax, named "Leistungsschutzrecht" by shortening preview texts.
Additionally, it is possibly to suppress preview pictures completely to avoid any legal problems.
2018-12-17 22:55:13 +01:00
## Configuration
2018-12-17 22:55:13 +01:00
If you want to suppress pictures in previews, add this to your global `config/leistungsschutzrecht.config.php`:
2018-12-17 22:55:13 +01:00
return [
'leistungsschutzrecht' => [
'suppress_photos' => true,
],
];