tollmanz / wordpress-https-mixed-content-detector

Monitor a WordPress site served over TLS for mixed content warnings
22 stars 3 forks source link

Separate blocked URIs in categories based on origin of URIs #4

Open tollmanz opened 9 years ago

tollmanz commented 9 years ago

With WordPress' enqueues API, which should be able to do a reasonable job guessing whether a blocked URI originates from an enqueue or post content. We should attempt to identify the source to more easily indicate where and how this content can be remedied. Bonus points if we can correctly identify the plugin or theme that the blocked URI comes from.