feat: init proxy setup for recording
This commit is contained in:
@@ -35,6 +35,11 @@ router.get('/start', (req, res) => {
|
||||
browser: chromium,
|
||||
launchOptions: {
|
||||
headless: true,
|
||||
proxy: {
|
||||
server: '',
|
||||
username: '',
|
||||
password: '',
|
||||
}
|
||||
}
|
||||
});
|
||||
return res.send(id);
|
||||
|
||||
Reference in New Issue
Block a user