From 3b94c2359f8118a76cf1554d57a37b661f0c5727 Mon Sep 17 00:00:00 2001 From: Josh Panter Date: Fri, 24 May 2019 12:18:13 -0400 Subject: [PATCH] Add URL Health Check (#40) - If a submitted URL does not meet [RFC 2396](http://www.faqs.org/rfcs/rfc2396.html) standards, it is rejected - If a submitted http(s) URL is unreachable (times out after 3 seconds), it is rejected - If a submitted http(s) URL is a redirect, the final destination is stored to avoid nested redirects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f253fef..ecb6645 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ - [Upload and Shorten](https://github.com/fredl99/YOURLS-Upload-and-Shorten) - Upload and share files with YOURLS - [U-SRV](https://github.com/joshp23/YOURLS-U-SRV) - Provides secure links to files while obfuscating filesystem paths, allowing easy, secure access to files between plugins or from 3rd party scripts. Manual uploading of files is supported. - [Update 30X](https://github.com/joshp23/YOURLS-Update-30X) - An API plugin to test single, domain based, or all available links and update the URL in YOURLS if redirection occures at the destination. +- [URL Health Check](https://github.com/joshp23/YOURLS-URL-Health-Check) - Checks submitted URLs for validity, reachability, and redirection. In the case of redirection, the final destination URL will be stored avoiding nested redirects. ### W