ソースを参照

Merge pull request #1510 from PrivateBin/dompurify-remove

Remove SAFE_FOR_JQUERY from DOMPurify as it has been removed
El RIDO 1 年間 前
コミット
6bab8b014f
1 ファイル変更0 行追加1 行削除
  1. 0 1
      js/privatebin.js

+ 0 - 1
js/privatebin.js

@@ -58,7 +58,6 @@ jQuery.PrivateBin = (function($, RawDeflate) {
      */
      */
      const purifyHtmlConfig = {
      const purifyHtmlConfig = {
         ALLOWED_URI_REGEXP: /^(?:(?:(?:f|ht)tps?|mailto|magnet):)/i,
         ALLOWED_URI_REGEXP: /^(?:(?:(?:f|ht)tps?|mailto|magnet):)/i,
-        SAFE_FOR_JQUERY: true,
         USE_PROFILES: {
         USE_PROFILES: {
             html: true
             html: true
         }
         }