We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f6a28 commit 73e5207Copy full SHA for 73e5207
1 file changed
src/components/Records/Record/GeneralInfo/Description.vue
@@ -57,9 +57,7 @@ export default {
57
58
const unsafe = md.render(capitalized || "");
59
// Sanitize the generated HTML to avoid XSS.
60
- return DOMPurify.sanitize(unsafe, {
61
- // ALLOWED_URI_REGEXP: /^(?:(?:https?|mailto|tel):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
62
- });
+ return DOMPurify.sanitize(unsafe);
63
},
64
65
};
0 commit comments