Uses non-secure link to Jquery
-
This plugin unnecessarily forces a non-secure (http) connection to ajax.googleapis.com:
./vr-calendar-sync/Public/Classes/VRCalendar.class.php: wp_enqueue_style(‘jquery-style’, ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css’);
./vr-calendar-sync/Admin/Classes/VRCalendarAdmin.class.php: wp_enqueue_style(‘jquery-style’, ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css’);
Please fix. This should either be https, or just leave it as //
– Scott
- The topic ‘Uses non-secure link to Jquery’ is closed to new replies.