PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.6.21
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.6.21
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
← All changes | includes/functions.php +1 -1 1.6.221.6.21 View file →
@@ -223,9 +223,9 @@
223 223 'form_id' => 0,
224 224 'user_id' => get_current_user_id(),
225 225 'user_ip' => ip2long( weforms_get_client_ip() ),
226 226 'user_device' => $browser['name'] . '/' . $browser['platform'],
227 - 'referer' => isset( $_SERVER['HTTP_REFERER'] ) ? sanitize_url( wp_unslash( $_SERVER['HTTP_REFERER'] ) ) : '',
227 + 'referer' => isset( $_SERVER['HTTP_REFERER'] ) ? sanitize_text_field( wp_unslash( $_SERVER['HTTP_REFERER'] ) ) : '',
228 228 'created_at' => current_time( 'mysql' )
229 229 ];
230 230
231 231 $r = wp_parse_args( $args, $defaults );