miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.49k stars 704 forks source link

Don't remove referer policy from img tag #2261

Open SettingDust opened 6 months ago

SettingDust commented 6 months ago

Miniflux will remove the referrerpolicy from img tag in description.

Such as img tag in https://rsshub.app/weibo/user/1642909335 <img style="" src="https://tvax1.sinaimg.cn/large/001NbtLFly1hky7l95odoj60yi32g4qq02.jpg" referrerpolicy="no-referrer"> will be <img src="https://tvax1.sinaimg.cn/large/001NbtLFly1hky7l95odoj60yi32g4qq02.jpg" loading="lazy"> that will blocked with 403

spin6lock commented 4 weeks ago

Vote for this, it would be better that we can set the referrer per feed