Explorar o código

Merge pull request #1510 from PrivateBin/dompurify-remove

Remove SAFE_FOR_JQUERY from DOMPurify as it has been removed
El RIDO hai 1 ano
pai
achega
6bab8b014f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      js/privatebin.js

+ 0 - 1
js/privatebin.js

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