Project

General

Profile

Actions

Feature #90336

closed

CKeditor autolinking: Insert https instead of http

Added by Florian Seirer about 4 years ago. Updated over 2 years ago.

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

https-autolinking.diff (847 Bytes) https-autolinking.diff Florian Seirer, 2020-02-10 11:23
Actions

Also available in: Atom PDF