Hi!
Which browser are you using? I believe that the WYSIWYG editor Xinha actually relies on the browser'S WYSIWYG buggy behavior of rewriting links. The problem is if absolute links are allowed as per
http://xinha.raimundmeyer.de/JSdoc/Xinh ... onfig.html option "stripBaseHref" then the browser will ALWAYS rewrite links to contain the absolute URL. So then, when you write href="/link" it will always rerwite it to href="
http://www.blabla.com/link" - which isn't any better than stripping out http:// in front, but this problem would occur a lot more often than the problem with stripping https:// when you use that to login.
Sadly this is a quirk in the inner browser WYSIWYG functionality and something that can't really be fixed by a WYSIWYG editor component that relies on the browser functionality (and its quirks).
Sadly I can't really offer you a solution to this. It should only occur stripping https:// for those links to the actual domain that you use for your s9y admin panel. Links to
https://www.google.com/ shouldn't be affected. So I can only advise to that when you really need to place such a link, you would need to disable the WYSIWYG component for entries with this.
Maybe in the future, there can be ways to make use of newer browser controls, when browsers change their behaviour...
Regards,
Garvin