From c40e9bc039b425b385a478cbbbc46df934c98961 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 14 Oct 2020 02:01:18 -0700 Subject: web: rel=noopener for outlinks Via Lighthouse. Apparently destination pages can reach-back to the opening window via JS API. Weird! Note that instead of noreferrer, we have a meta tag to have off-domain (off-origin) links only include the origin name (eg, hostname) instead of full URL with query paths. So we don't forward user queries to non-archive.org domains. --- fatcat_scholar/templates/base.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 8577b18..55a0082 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -220,12 +220,12 @@

{% trans %}We are a US 501(c)(3) non-profit library, building a global archive of Internet sites and other cultural artifacts in digital form.{% endtrans %} - {% trans %}Other projects include{% endtrans %} The Wayback Machine, archive.org, Open Library and Archive-It + {% trans %}Other projects include{% endtrans %} The Wayback Machine, archive.org, Open Library and Archive-It

@@ -242,11 +242,11 @@

{% trans %}Open Infrastructure{% endtrans %}

-- cgit v1.2.3