mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
feat: anti-hotlink for images (#4481)
This commit is contained in:
@@ -128,6 +128,9 @@ const calculateValue = () => {
|
||||
scihub: {
|
||||
host: envs.SCIHUB_HOST || 'https://sci-hub.tw/',
|
||||
},
|
||||
hotlink: {
|
||||
template: envs.HOTLINK_TEMPLATE,
|
||||
},
|
||||
};
|
||||
};
|
||||
calculateValue();
|
||||
|
||||
Reference in New Issue
Block a user