johnbillion / resource-host-monitor

1 stars 0 forks source link

License

Resource Host Monitor

Resource Host Monitor is a plugin for WordPress which records the host names of any third party resources on your site (for example, JavaScript files, CSS files, images, and fonts), and then performs analysis on the hosts for quality control and curiosity purposes.

Currently, RHM performs the following analysis on the hosts that it records:

Analysis is queued and performed asynchronously, and in the case of the SSL Labs report, performed with rate limiting in place to keep everyone happy.

RHM began life as an idea for an enhancement to the HTTPS Mixed Content Detector plugin. Over time, the two plugins may end up interfacing with each other if they're both are installed on the same site.

Contributing

Code contributions are very welcome, as are bug reports in the form of GitHub issues. Development happens in the develop branch, and any pull requests should be made to that branch please.

License: GPLv2

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.