WPIntell

Source evidence

security warnings when loading jquery-ui.css

Gravity Forms Popup Widget · support · 2013-01-26T06:51:00+00:00

complaintsentiment
highseverity
0.85relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 36 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Victor Granic unresolved
wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); I think you should either change the link to jquery-ui.css to use https or store it locally and reference it with plugins_url(). The way it’s called now is causing security warnings when visiting a page over SSL. Also, this script is getting loaded whether or not the widget has been added to a sidebar. You should use something like is_active_widget() in your widget class to only load the CSS if the widget is being loaded. http://wordpress.org/extend/plugins/gravity-forms-popup-widget/

Comments

0 shown

No comments were stored for this source.