friendica-addons/leistungsschutzrecht
Hypolite Petovan 39c654da00 [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
..
README.md [various] Remove config/addon.config.php in favor of per-addon configuration file 2022-11-20 11:43:42 -05:00
leistungsschutzrecht.php [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05: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/leistungsschutzrecht.config.php:

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