Merge pull request #902 from omnivore-app/remove-userDataDir
Remove userDataDir
This commit is contained in:
@ -110,7 +110,6 @@ const getBrowserPromise = (async () => {
|
||||
executablePath: process.env.CHROMIUM_PATH ,
|
||||
headless: true,
|
||||
timeout: 0,
|
||||
userDataDir: '/tmp/puppeteer',
|
||||
});
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user