antispam-bee icon indicating copy to clipboard operation
antispam-bee copied to clipboard

Broken links in documentation

Open Zodiac1978 opened this issue 2 years ago • 2 comments

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/


Zodiac1978 avatar Mar 07 '24 09:03 Zodiac1978

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

Zodiac1978 avatar Mar 07 '24 16:03 Zodiac1978

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

Zodiac1978 avatar Mar 07 '24 20:03 Zodiac1978

Done.

Zodiac1978 avatar Apr 04 '24 20:04 Zodiac1978