friendica-addons/leistungsschutzrecht
Philipp Holzer 73189581b0
Replace addon "last" config entries with key-value entries
2022-12-29 20:51:04 +01: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 Replace addon "last" config entries with key-value entries 2022-12-29 20:51:04 +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/leistungsschutzrecht.config.php:

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