friendica-addons/leistungsschutzrecht
Hypolite Petovan 46d4d0b51e [various] Remove config/addon.config.php in favor of per-addon configuration file 2022-11-20 11:43:42 -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 leistungsschutzrecht_is_member_site() returns boolean value 2022-06-23 06:26:42 +02: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,
	],
];