Broken links in documentation
On https://antispambee.pluginkollektiv.org/de/dokumentation/#kommentatoren-mit-gravatar-vertrauen there is a link to https://www.ldi.nrw.de/mainmenu_Datenschutz/Inhalt/FAQ/PersonenbezogeneDaten.php which is a 404
We need to find the correct link and replace it.
404 https://dominikschilling.de/195/wordpress-konstanten/ on https://snitch.pluginkollektiv.org/documentation/#notes
404 https://ckx.io/blog/statify-datenschutzkonformes-besuchertracking on https://statify.pluginkollektiv.org/de/documentation/privacy/
Correct link: https://hejchris.de/blog/statify-datenschutzkonformes-besuchertracking/
Two possible replacements for the constants page: https://wp-kama.com/1588/wordpress-constants https://wpengineer.com/2382/wordpress-constants-overview/
As this is only a short sentence we could also add this info instead of linking:
WP_HTTP_BLOCK_EXTERNAL # Allows you to block external request. Values: true|false WP_ACCESSIBLE_HOSTS # If WP_HTTP_BLOCK_EXTERNAL is defined you can add hosts which shouldn’t be blocked. Values: www.example.com, *.example.org
or
WP_HTTP_BLOCK_EXTERNAL Allows blocking external requests. Can be: true | false WP_ACCESSIBLE_HOSTS If WP_HTTP_BLOCK_EXTERNAL is defined, you can add hosts that will not be blocked (white list). Can be:
www.somesite.net, .somesite.org*
Wayback-Link: https://web.archive.org/web/20200811181738/https://dominikschilling.de/wordpress-konstanten/
WP_HTTP_BLOCK_EXTERNAL # (De)aktiviert die Blockierung zu externen Adressen. Werte: true|false
WP_ACCESSIBLE_HOSTS # Legt Adressen fest, welche bei definiertem WP_HTTP_BLOCK_EXTERNAL nicht blockiert werden. Werte: www.example.com, *.example.org
Searched for the phrase on the website and this is the only one on this site I found for "Was sind personenbezogene Daten?": https://www.ldi.nrw.de/datenschutz
Done.