mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
fix: puppeteer userDataDir
This commit is contained in:
@@ -5,7 +5,6 @@ const options = {
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-infobars', '--window-position=0,0', '--ignore-certifcate-errors', '--ignore-certifcate-errors-spki-list', `--user-agent=${config.ua}`],
|
||||
headless: true,
|
||||
ignoreHTTPSErrors: true,
|
||||
userDataDir: './tmp',
|
||||
};
|
||||
|
||||
module.exports = async () => {
|
||||
|
||||
Reference in New Issue
Block a user