Requested feature: for a given list of domain patterns, substitute http with https in source links.
.deviantart.com
.furaffinity.net
.weasyl.com
(maybe others too, but notably not tumblr)
Why would it be useful: no point in letting your ISP (and everyone else on the line) know too much about your hobbies :tinfoilhat:
What parts of the site pages are affected /post/show/*
Substitution can be done on post-submit, post-edit, or post-show. I suggest only doing it on post-show, if at all feasible, to avoid changes to user-submitted data in the db. So if http url is submitted, it is stored as http, and it's still http in the edit form, but when post is shown it's https. No data will be lost if things go wrong, and no need to change old posts.
Updated by savageorange