From bbebca795177e5b568894d9ad88c58fcfaf22859 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Wed, 5 Jun 2024 17:38:51 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07556=20-=20Cross-Site=20Request=20Forger?= =?UTF-8?q?y=20(CSRF)=20protection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/ajaxfileupload.js | 205 -------------------- js/icon_select.js | 61 +++--- sources/Application/WebPage/iTopWebPage.php | 1 - 3 files changed, 32 insertions(+), 235 deletions(-) delete mode 100644 js/ajaxfileupload.js diff --git a/js/ajaxfileupload.js b/js/ajaxfileupload.js deleted file mode 100644 index 9d0d8c34b..000000000 --- a/js/ajaxfileupload.js +++ /dev/null @@ -1,205 +0,0 @@ - -jQuery.extend( -{ - createUploadIframe: function(id, uri) - { - //create frame - var frameId = 'jUploadFrame' + id; - var iframeHtml = '