Merge pull request #1510 from PrivateBin/dompurify-remove

Remove SAFE_FOR_JQUERY from DOMPurify as it has been removed
This commit is contained in:
El RIDO
2025-02-11 19:32:55 +01:00
committed by GitHub

View File

@@ -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
}