friendica-addons/leistungsschutzrecht
Philipp Holzer 62d6f08fc1
Add missing Friendica\DI namespace to files (PHPStorm inspection)
2020-01-19 21:26:41 +01:00
..
README.md Added readme 2018-12-17 21:55:13 +00:00
leistungsschutzrecht.php Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00

README.md

Leistungsschutzrecht Addon

Main author Michael Vogel

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.

configuration

If you want to suppress pictures in previews, add this to your global config/addon.config.php:

'leistungsschutzrecht' => [
	'suppress_photos' => true,
],