Description
When creating links using the regular link field in Craft CMS, adding a link without a scheme, for example, google.com, would add the https:// to whatever value you selected. When doing this within the CKEditor link, the result is different; the scheme is not added to the link.
Steps to reproduce
- Create a regular link with the options enabled for Allow root-relative URLs, Allow anchors, Allow custom URL schemes
- Use it by adding
google.com without a scheme, when copying the link the https is added
- Create a new CKEditor field.
- Add a link with the same
google.com without a scheme, this one doesn't auto add the https
Additional info
- Craft version: Craft Pro 5.10.2
- PHP version: 8.5.5
- Database driver & version: MySQL 8.0.33
- Plugins & versions: CKEditor 5.5.0
Thank you for your help!
Description
When creating links using the regular link field in Craft CMS, adding a link without a scheme, for example,
google.com, would add thehttps://to whatever value you selected. When doing this within the CKEditor link, the result is different; the scheme is not added to the link.Steps to reproduce
google.comwithout a scheme, when copying the link the https is addedgoogle.comwithout a scheme, this one doesn't auto add the httpsAdditional info
Thank you for your help!