summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material
diff options
context:
space:
mode:
authorFengyu Wu <saldry@proton.me>2024-02-17 21:20:09 +0800
committerPaul Donald <itsascambutmailmeanyway@gmail.com>2024-03-02 17:57:01 +0100
commit45d2becacbee5ca786eb403b4b0871c757321356 (patch)
treeebaa982c03a224a78b518fd790cf9e6b0780ff3a /themes/luci-theme-material
parentf01347d3be9c6b744e6831d98b7a6e920020a627 (diff)
luci-theme-material: open footer link in new tab
Also set Referrer Policy Signed-off-by: Fengyu Wu <saldry@proton.me>
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r--themes/luci-theme-material/ucode/template/themes/material/footer.ut2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/ucode/template/themes/material/footer.ut b/themes/luci-theme-material/ucode/template/themes/material/footer.ut
index 9249427a43..f0225e7329 100644
--- a/themes/luci-theme-material/ucode/template/themes/material/footer.ut
+++ b/themes/luci-theme-material/ucode/template/themes/material/footer.ut
@@ -20,7 +20,7 @@
</div>
<footer class="mobile-hide">
- <a href="https://github.com/openwrt/luci">Powered by {{ version.luciname }} ({{ version.luciversion }})</a> /
+ <a href="https://github.com/openwrt/luci" target="_blank" rel="noreferrer">Powered by {{ version.luciname }} ({{ version.luciversion }})</a> /
{{ version.distname }} {{ version.distversion }} ({{ version.distrevision }})
</footer>
</div>