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 | assets/js/weforms.js +0 -5 1.6.261.6.21 View file →
@@ -4843,13 +4843,8 @@
4843 4843 'attach_id' : el.data('attach_id'),
4844 4844 'nonce' : wpuf_frontend_upload.nonce,
4845 4845 'action' : 'wpuf_file_del'
4846 4846 };
4847 - // Include deletion token for security (prevents IDOR attacks)
4848 - var deleteToken = el.data('delete-token');
4849 - if ( deleteToken ) {
4850 - data['delete_token'] = deleteToken;
4851 - }
4852 4847 self.removed_files.push(data);
4853 4848 jQuery('#del_attach').val(el.data('attach_id'));
4854 4849 jQuery.post(wpuf_frontend_upload.ajaxurl, data, function() {
4855 4850 self.perFileCount--;