mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 11:07:54 +08:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
const allowHost = ['gitlab.com'];
|
|
|
|
module.exports = {
|
|
allowHost,
|
|
};
|