mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
const allowHost = ['gitlab.com'];
|
|
|
|
module.exports = {
|
|
allowHost,
|
|
};
|