Skip to content

Commit

Permalink
Fix tabnabbing vulnerability in Snow theme (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlloyd authored and jhchen committed Dec 28, 2018
1 parent 76eac21 commit aceaf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/snow.js
Expand Up @@ -70,7 +70,7 @@ class SnowTooltip extends BaseTooltip {
}
}
SnowTooltip.TEMPLATE = [
'<a class="ql-preview" target="_blank" href="about:blank"></a>',
'<a class="ql-preview" rel="noopener noreferrer" target="_blank" href="about:blank"></a>',
'<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">',
'<a class="ql-action"></a>',
'<a class="ql-remove"></a>',
Expand Down

0 comments on commit aceaf9f

Please sign in to comment.