Skip to content

Commit

Permalink
disable popover sanitation
Browse files Browse the repository at this point in the history
disabled the fix for CVE-2019-8331
  • Loading branch information
xi committed May 13, 2019
1 parent 1aa187e commit 1fc233f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/js/lagerregal.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@
});

$('[data-timeago]').timeago();
$('[data-toggle="popover"]').popover();
$('[data-toggle="popover"]').popover({
sanitize: false,
});
$('#id_duedate').datepicker();
});
})();

0 comments on commit 1fc233f

Please sign in to comment.