* chore: noreferrer for listmonk url in footer * chore: noreferrer for email templates
@@ -90,7 +90,7 @@
</div>
<div class="footer">
- <p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank">listmonk</a></p>
+ <p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank" rel="noreferrer">listmonk</a></p>
<div class="gutter"> </div>
</body>
@@ -92,7 +92,7 @@
<div class="footer" style="text-align: center;font-size: 12px;color: #888;">
- <p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
+ <p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank" rel="noreferrer" style="color: #888;">listmonk</a></p>
</html>
@@ -97,7 +97,7 @@
<a href="{{ UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a>
<a href="{{ MessageURL }}" style="color: #888;">{{ L.T "email.viewInBrowser" }}</a>
</p>
<div class="gutter" style="padding: 30px;"> {{ TrackView }}</div>
@@ -102,7 +102,7 @@
@@ -41,7 +41,7 @@
<footer class="container">
- {{ L.T "public.poweredBy" }} <a target="_blank" href="https://listmonk.app">listmonk</a>
+ {{ L.T "public.poweredBy" }} <a target="_blank" rel="noreferrer" href="https://listmonk.app">listmonk</a>
</footer>