Actions
Feature #90336
closedCKeditor autolinking: Insert https instead of http
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2020-02-06
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If I type "www.test.com" into the editor, a link is created automatically:
<a href="http://www.test.com">www.test.com</a>
That's fine, but it's 2020 and https is more or less the standard protocol.
CKeditor should honor that by writing https in the href attribute.
Files
Actions