showdown/test
Jammerware 1cd281f064 fix(openLinksInNewWindow): add rel="noopener noreferrer" to links
Add rel="noreferrer" to links when openLinksInNewWindow is on. Also add noopener when openLinksInNewWindow is on.
target="_blank" without also adding rel="noopener noreferrer" creates a vulnerability
(since the site you're linking to has access to the window.opener by default.
This  adds rel="noopener noreferrer" to links generated by the makeHtml converter when openLinksInNewWindow is true.

Closes #670
2019-11-02 22:43:50 +00:00
..
cases fix(italicsAndBold): Make italicsAndBold lazy (#608) 2018-11-09 23:55:02 +00:00
cli feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
features fix(openLinksInNewWindow): add rel="noopener noreferrer" to links 2019-11-02 22:43:50 +00:00
ghost test: add newline at end of test files 2017-01-28 01:46:33 +00:00
issues fix(gfm-codeblocks): leading space no longer breaks gfm codeblocks 2018-10-16 23:27:08 +01:00
karlcow fix(encodeAmpsAndAngles): fix > and < encoding 2017-02-06 03:28:49 +00:00
makeMd feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +00:00
node feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +00:00
performance Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
bootstrap.js feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +00:00
optionswp.js feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
performance.testfile.md test: use new performance test file 2017-01-28 02:04:50 +00:00