diff --git a/app/webroot/js/misp.js b/app/webroot/js/misp.js index 35475cb2e..d0a0795e9 100644 --- a/app/webroot/js/misp.js +++ b/app/webroot/js/misp.js @@ -5379,13 +5379,3 @@ $('td.rotate').hover(function() { var t = parseInt($(this).index()) + 1; $table.find('td:nth-child(' + t + ')').css('background-color', ''); }); - -$.ajaxSetup({ - xhrFields: { - withCredentials: true - }, - headers: { - 'X-Requested-With': 'XMLHttpRequest', - }, -}); -