Ghost/ghost/member-attribution/lib
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
..
AttributionBuilder.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
MemberAttributionService.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
OutboundLinkTagger.js 🐛 Fixed outbound link tagger tagging non http urls (#16773) 2023-05-15 09:19:33 +01:00
ReferrerTranslator.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
UrlHistory.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
UrlTranslator.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00