mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat: remove referrerpolicy in routes
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = async (ctx) => {
|
||||
const img = $('div.panel-body')
|
||||
.find('img')
|
||||
.attr('src'); // 用户的头像
|
||||
const src = `<img referrerpolicy="no-referrer" src="${img}">`;
|
||||
const src = `<img src="${img}">`;
|
||||
const solvedQuestion = $('ul.list-group')
|
||||
.eq(2)
|
||||
.children()
|
||||
|
||||
Reference in New Issue
Block a user