#5832 closed Bug (fixed)
Jquery adapter sample and SSL
Reported by: | Wiktor Walc | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | 3.0 |
Keywords: | Confirmed Review+ | Cc: |
Description
In Jquery adapter sample we have:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
so as a result in IE a warning is shown ("unsafe content").
Proposed fix: http -> https
Simple bug, so targeting to 3.4.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|
Changed 14 years ago by
Attachment: | 5832_1.patch added |
---|
comment:2 Changed 14 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Keywords: | Review+ added; Review? removed |
---|
Fix proposed by Wiktor work's fine. Attaching patch.