From 9beb2013cf5fde56b86d7f6179c8c3bc03accb15 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 20 Apr 2018 18:33:38 +0800 Subject: [PATCH] add no-referrer for pixiv img --- routes/pixiv/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/pixiv/user.js b/routes/pixiv/user.js index cc7da5ad0..2fdcb5743 100644 --- a/routes/pixiv/user.js +++ b/routes/pixiv/user.js @@ -136,10 +136,10 @@ module.exports = async (ctx) => { item: illusts.map((illust) => { const images = []; if (illust.page_count === 1) { - images.push(`

`); + images.push(`

`); } else { for (let i = 0; i < illust.page_count; i++) { - images.push(`

`); + images.push(`

`); } } return {