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/search.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fatcat_scholar/templates/search.html') diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index 21d209f..dd7fcd6 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -124,10 +124,10 @@ {{ _("Start Over") }}
- Try archive.org - Try fatcat.wiki - Try Semantic Scholar - Try Google Scholar + Try archive.org + Try fatcat.wiki + Try Semantic Scholar + Try Google Scholar
{% else %} -- cgit v1.2.3