Insecure Icons
-
First, your plugin is great, I cant say enough good things about it. However I do have a suggestion.
Your icons, including the one in the admin menu, are loaded from imgur through the standard protocal. I would suggest including these in the plugin to limit DNS queries. At a minimum you should remove the http: from the front so they will load securely if someone uses a SSL connection in the admin area.
shortcode-maker.php lines 322 and 524.
replace
https://i.imgur.com/
with//i.imgur.com/
Other than that its great!
- The topic ‘Insecure Icons’ is closed to new replies.