Opened 13 years ago
Closed 13 years ago
#5254 closed bug (invalid)
Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box
Reported by: | gopal | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.2.1 |
Component: | core | Version: | 1.2.1 |
Keywords: | IE 8 Security Warning With Jquery when using SSL | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Hello,
I am using remove and clone function.
I am using the sample code of this function as on this website
My Application gives Security warning Dialog box when using Jquery.
Can you help me to fix this issue?
Thanks and Regards
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
If you're still having the problem, reopen this ticket with the exact wording of the warning and attach a simple test case that can reproduce the problem.
Note: See
TracTickets for help on using
tickets.
Most likely you are linking to the jQuery files using the non-secure "http://" protocol.
Update your links to be site relative (e.g. /path/to/jQuery/on/your/server/jquery-latest.js), or change the protocol/scheme to "https://".