Ghost/ghost/member-attribution/test
Michael Barrett 77d7b590bc
🐛 Fixed outbound link tagger tagging non http urls (#16773)
refs https://github.com/TryGhost/Team/issues/3172

The outbound link tagger was tagging non http urls (i.e `javascript:`,
`mailto:`) which would prevent these urls from working as expected. This
change only allows urls to be tagged if they use the `http(s)` protocol.
2023-05-15 09:19:33 +01:00
..
utils Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
.eslintrc.js Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
attribution.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
history.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
outbound-link-tagger.test.js 🐛 Fixed outbound link tagger tagging non http urls (#16773) 2023-05-15 09:19:33 +01:00
referrer-translator.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
service.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
url-translator.test.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00