瀏覽代碼

Mod_security2 BodyProcessor json compliance

TW - Vincent 1 年之前
父節點
當前提交
ce025cf884
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      js/privatebin.js

+ 4 - 1
js/privatebin.js

@@ -4792,7 +4792,10 @@ jQuery.PrivateBin = (function($, RawDeflate) {
          * @readonly
          * @enum   {Object}
          */
-        const ajaxHeaders = {'X-Requested-With': 'JSONHttpRequest'};
+        const ajaxHeaders = {
+            'X-Requested-With': 'JSONHttpRequest',
+            'Content-Type': 'application/json'
+        };
 
         /**
          * called after successful upload