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/home.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fatcat_scholar/templates/home.html') diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index dbf7531..7c430fe 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -45,7 +45,7 @@
- + PDF thumbnail
@@ -59,7 +59,7 @@
- + PDF thumbnail
@@ -73,7 +73,7 @@
- + PDF thumbnail
@@ -87,7 +87,7 @@
- + PDF thumbnail
-- cgit v1.2.3