Plugin freetag not compatible with HTTPS connections
Posted: Sun Sep 25, 2011 2:50 pm
Hi,
the pluginfreetag is not compatible with HTTPS connections and causes mixed content in the backend.
In line 897 of the file seredenipty_event_freetag the following script tag is hardcoded:This should be changed toso that encrypted connections cannot be occupied by a MITM.
the pluginfreetag is not compatible with HTTPS connections and causes mixed content in the backend.
In line 897 of the file seredenipty_event_freetag the following script tag is hardcoded:
Code: Select all
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>Code: Select all
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>