Skip to content

A YOURLS plugin that checks submitted URL's for validity and reachability.

License

Notifications You must be signed in to change notification settings

Kev506/YOURLS-URL-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

YOURLS-URL-Validator

A YOURLS plugin that checks submitted URL's for validity and reachability.

  • If a submitted URL does not meet RFC 2396 standards, it is rejected
  • If a submitted URL is unreachable and times out after 5 seconds, it is rejected

Requirements

  • A working YOURLS installation
  • php-curl installed and activated

INSTALLATION

  • Place the url_validator folder in user/plugins directory.
  • Activate in the Admin interface under Manage Plugins
  • Tested successfully on YOURLS latest v1.10.0.